return ClassTree instead of printing it
This commit is contained in:
parent
d8eab5dbcd
commit
f804219bb6
|
|
@ -38,5 +38,5 @@ class DirectObject:
|
|||
def isIgnoring(self, event):
|
||||
return messenger.isIgnoring(event, self)
|
||||
|
||||
def printClassTree(self):
|
||||
print ClassTree(self)
|
||||
def classTree(self):
|
||||
return ClassTree(self)
|
||||
|
|
|
|||
Loading…
Reference in New Issue