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__.py15
1 files changed, 0 insertions, 15 deletions
diff --git a/pylint/test/regrtest_data/package/__init__.py b/pylint/test/regrtest_data/package/__init__.py
deleted file mode 100644
index bf6b73cda..000000000
--- a/pylint/test/regrtest_data/package/__init__.py
+++ /dev/null
@@ -1,15 +0,0 @@
-# pylint: disable=R0903,W0403
-
-"""package's __init__ file"""
-
-from . import subpackage
-
-__revision__ = 0
-
-# E0602 - Undefined variable '__path__'
-__path__ += "folder"
-
-class AudioTime:
- """test precedence over the AudioTime submodule"""
-
- DECIMAL = 3