summaryrefslogtreecommitdiff
path: root/pylint/test/regrtest_data/package/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/test/regrtest_data/package/__init__.py')
-rw-r--r--pylint/test/regrtest_data/package/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pylint/test/regrtest_data/package/__init__.py b/pylint/test/regrtest_data/package/__init__.py
index 34550e9..d94c9fc 100644
--- a/pylint/test/regrtest_data/package/__init__.py
+++ b/pylint/test/regrtest_data/package/__init__.py
@@ -1,6 +1,8 @@
# pylint: disable=R0903,W0403
"""package's __init__ file"""
+from . import subpackage
+
__revision__ = 0
# E0602 - Undefined variable '__path__'
@@ -11,4 +13,3 @@ class AudioTime(object):
DECIMAL = 3
-from . import subpackage