summaryrefslogtreecommitdiff
path: root/pylint/test/regrtest_data/package_all/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/test/regrtest_data/package_all/__init__.py')
-rw-r--r--pylint/test/regrtest_data/package_all/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/pylint/test/regrtest_data/package_all/__init__.py b/pylint/test/regrtest_data/package_all/__init__.py
new file mode 100644
index 0000000..4e3696b
--- /dev/null
+++ b/pylint/test/regrtest_data/package_all/__init__.py
@@ -0,0 +1,3 @@
+""" Check for E0603 for missing submodule found in __all__ """
+__revision__ = 1
+__all__ = ['notmissing', 'missing']