summaryrefslogtreecommitdiff
path: root/test/input/indirect2.py
diff options
context:
space:
mode:
authorroot <devnull@localhost>2006-04-26 10:48:09 +0000
committerroot <devnull@localhost>2006-04-26 10:48:09 +0000
commiteea76f1da01a33dec2afc42119e001e4350aaea2 (patch)
tree3bb03a16daa8c780bf60c622dc288eb01cfca145 /test/input/indirect2.py
downloadpylint-eea76f1da01a33dec2afc42119e001e4350aaea2.tar.gz
forget the past.
forget the past.
Diffstat (limited to 'test/input/indirect2.py')
-rw-r--r--test/input/indirect2.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/input/indirect2.py b/test/input/indirect2.py
new file mode 100644
index 0000000..6eefece
--- /dev/null
+++ b/test/input/indirect2.py
@@ -0,0 +1,7 @@
+from indirect1 import TotoInterface
+
+class AbstractToto:
+ __implements__ = TotoInterface
+
+ def helper(self):
+ return 'help'