return ClassTree instead of printing it

This commit is contained in:
Darren Ranalli 2006-10-20 21:36:06 +00:00
parent d8eab5dbcd
commit f804219bb6

View File

@ -38,5 +38,5 @@ class DirectObject:
def isIgnoring(self, event): def isIgnoring(self, event):
return messenger.isIgnoring(event, self) return messenger.isIgnoring(event, self)
def printClassTree(self): def classTree(self):
print ClassTree(self) return ClassTree(self)