blob: b1358761a08e903ac6b39b75bd4c2d9f5cde2d85 [file] [log] [blame]
Tor Norbye3a2425a52013-11-04 10:16:08 -08001__author__ = 'ktisha'
2
3class Child(Base):
4 def __init__(self):
5 super(Child, self).__init__()
6
7 def <caret>f(self):
8 test = 1