PTU5KAS/kas
Daniel Wagner 294d4df286 __init__: Better support introspection
PEP8:
"""
To better support introspection, modules should explicitly declare the
names in their public API using the __all__ attribute.
"""

reported by flake8:

./kas/__init__.py:26:1: F401 '.__version__.__version__' imported but unused
./kas/__init__.py:27:1: F401 '.__version__.__file_version__' imported but unused
./kas/__init__.py:27:1: F401 '.__version__.__compatible_file_version__' imported but unused
./kas/__init__.py:28:1: F401 '.configschema.CONFIGSCHEMA' imported but unused

Signed-off-by: Daniel Wagner <daniel.wagner@siemens.com>
2018-12-07 09:56:09 +01:00
..
__init__.py __init__: Better support introspection 2018-12-07 09:56:09 +01:00
__main__.py Correct grammar, spelling and copyright year in files 2018-09-05 12:46:35 +02:00
__version__.py Release 0.19.0 2018-09-10 12:31:20 +02:00
build.py scripts: Remove pylint 2018-12-07 09:55:26 +01:00
config.py scripts: Remove pylint 2018-12-07 09:55:26 +01:00
configschema.py Correct grammar, spelling and copyright year in files 2018-09-05 12:46:35 +02:00
context.py scripts: Remove pylint 2018-12-07 09:55:26 +01:00
includehandler.py scripts: Remove pylint 2018-12-07 09:55:26 +01:00
kas.py scripts: Remove pylint 2018-12-07 09:55:26 +01:00
libcmds.py scripts: Remove pylint 2018-12-07 09:55:26 +01:00
libkas.py scripts: Remove pylint 2018-12-07 09:55:26 +01:00
repos.py scripts: Remove pylint 2018-12-07 09:55:26 +01:00
shell.py scripts: Remove pylint 2018-12-07 09:55:26 +01:00