summaryrefslogtreecommitdiff
path: root/pylint/test/input/func_i0013.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/test/input/func_i0013.py')
-rw-r--r--pylint/test/input/func_i0013.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/pylint/test/input/func_i0013.py b/pylint/test/input/func_i0013.py
new file mode 100644
index 0000000..0a3f833
--- /dev/null
+++ b/pylint/test/input/func_i0013.py
@@ -0,0 +1,8 @@
+# pylint: skip-file
+"""disable-all is usable as an inline option"""
+
+# no warning should be issued
+try:
+ import this
+except:
+ pass