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

flake8 reports

./kas/kas.py:51:1: F401 '.build' imported but unused
./kas/kas.py:52:1: F401 '.shell' 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 kas: Better support introspection 2018-12-07 09:56:09 +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