summaryrefslogtreecommitdiff
path: root/pylint/test/input/func_w0401.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/test/input/func_w0401.py')
-rw-r--r--pylint/test/input/func_w0401.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/pylint/test/input/func_w0401.py b/pylint/test/input/func_w0401.py
new file mode 100644
index 0000000..caf59c9
--- /dev/null
+++ b/pylint/test/input/func_w0401.py
@@ -0,0 +1,9 @@
+"""test cyclic import
+"""
+# pylint: disable=print-statement, no-absolute-import
+__revision__ = 0
+
+from input import w0401_cycle
+
+if __revision__:
+ print w0401_cycle