third_party.pylibs.pylint.src/test/input/indirect2.py

8 lines
137 B
Python
Raw Normal View History

2006-04-26 10:48:09 +00:00
from indirect1 import TotoInterface
class AbstractToto:
__implements__ = TotoInterface
def helper(self):
return 'help'