This commit is contained in:
alexey.ivanov
2010-04-22 21:39:58 +04:00
parent 5c6625ade4
commit e25faeb08d

View File

@@ -2,8 +2,8 @@ class A:
def doStuff(self): pass
class B(A):
def otherMethod(self, foo, bar):
print foo, bar
def doStuff(self):
<selection>pass</selection>
def otherMethod(self, foo, bar):
print foo, bar