Loading DESCRIPTION.rst +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ TBD Dependencies ------------ You need to have at least Python 3.4.3 installed to run **hcplogs**. You need to have at least Python 3.5 installed to run **hcplogs**. It depends on `hcpsdk <http://simont3.github.io/hcpsdk/>`_,used to access HCP. Loading README.md +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ Features Dependencies ------------ You need to have at least Python 3.4.3 installed to run **hcplogs**. You need to have at least Python 3.5 installed to run **hcplogs**. It depends on [hcpsdk](http://hcpsdk.readthedocs.org), used to access HCP. Loading src/DESCRIPTION.rst +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ Features Dependencies ------------ You need to have at least Python 3.4.3 installed to run **hcplogs**. You need to have at least Python 3.5 installed to run **hcplogs**. It depends on `hcpsdk <http://simont3.github.io/hcpsdk/>`_, used to access HCP. Loading src/charts/prep.py +5 −2 Original line number Diff line number Diff line Loading @@ -23,9 +23,12 @@ import logging from csv import DictReader from os import scandir from os.path import join # workaround to allow documentation to be built below Python 3.5 try: from os import scandir except ImportError: scandir = print from . import M_DAY, M_HOUR, M_ALL, rec, S_SPECIALFOLDERS logging.getLogger('charts.prep').addHandler(logging.NullHandler()) Loading src/setup.py +0 −1 Original line number Diff line number Diff line Loading @@ -74,7 +74,6 @@ setup( # Specify the Python versions you support here. In particular, ensure # that you indicate whether you support Python 2, Python 3 or both. 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', # more... Loading Loading
DESCRIPTION.rst +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ TBD Dependencies ------------ You need to have at least Python 3.4.3 installed to run **hcplogs**. You need to have at least Python 3.5 installed to run **hcplogs**. It depends on `hcpsdk <http://simont3.github.io/hcpsdk/>`_,used to access HCP. Loading
README.md +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ Features Dependencies ------------ You need to have at least Python 3.4.3 installed to run **hcplogs**. You need to have at least Python 3.5 installed to run **hcplogs**. It depends on [hcpsdk](http://hcpsdk.readthedocs.org), used to access HCP. Loading
src/DESCRIPTION.rst +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ Features Dependencies ------------ You need to have at least Python 3.4.3 installed to run **hcplogs**. You need to have at least Python 3.5 installed to run **hcplogs**. It depends on `hcpsdk <http://simont3.github.io/hcpsdk/>`_, used to access HCP. Loading
src/charts/prep.py +5 −2 Original line number Diff line number Diff line Loading @@ -23,9 +23,12 @@ import logging from csv import DictReader from os import scandir from os.path import join # workaround to allow documentation to be built below Python 3.5 try: from os import scandir except ImportError: scandir = print from . import M_DAY, M_HOUR, M_ALL, rec, S_SPECIALFOLDERS logging.getLogger('charts.prep').addHandler(logging.NullHandler()) Loading
src/setup.py +0 −1 Original line number Diff line number Diff line Loading @@ -74,7 +74,6 @@ setup( # Specify the Python versions you support here. In particular, ensure # that you indicate whether you support Python 2, Python 3 or both. 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', # more... Loading