third_party.pylibs.pylint.src/tests/regrtest_data/package_all/__init__.py
2019-06-20 10:02:14 +02:00

4 lines
119 B
Python

""" Check for E0603 for missing submodule found in __all__ """
__revision__ = 1
__all__ = ['notmissing', 'missing']