summaryrefslogtreecommitdiff
path: root/test/input/func_r0903.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/input/func_r0903.py')
-rw-r--r--test/input/func_r0903.py13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/input/func_r0903.py b/test/input/func_r0903.py
deleted file mode 100644
index ccbad58..0000000
--- a/test/input/func_r0903.py
+++ /dev/null
@@ -1,13 +0,0 @@
-"""test min methods"""
-__revision__ = None
-
-class Aaaa(object):
- """yo"""
- def __init__(self):
- pass
- def meth1(self):
- """hehehe"""
- print self
- def _dontcount(self):
- """not public"""
- print self