third_party.pylibs.pylint.src/pylint/test/input/func_more_e0604.py
2015-02-14 18:13:20 +02:00

10 lines
136 B
Python

"""Test for invalid objects in a module's __all__ variable.
"""
# pylint: disable=R0903,R0201,W0612
__revision__ = 0
__all__ = [1]