third_party.pylibs.pylint.src/test/input/indirect2.py
root 4becf6f9e5 forget the past.
forget the past.
2006-04-26 10:48:09 +00:00

8 lines
137 B
Python

from indirect1 import TotoInterface
class AbstractToto:
__implements__ = TotoInterface
def helper(self):
return 'help'