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

12 lines
195 B
Python

"""bla"""
__revision__ = 'yo'
from input import func_w0233
class Aaaa(func_w0233.AAAA):
"""test dotted name in ancestors"""
def __init__(self):
func_w0233.AAAA.__init__(self)