stop calling DirectObject.__del__ because I took it out

This commit is contained in:
Joe Shochet 2006-05-05 17:51:16 +00:00
parent 26eca10a19
commit 53be5b62d9
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ class FSM(DirectObject):
def __del__(self):
self.cleanup()
DirectObject.__del__(self)
# DirectObject.__del__(self)
def cleanup(self):
# A convenience function to force the FSM to clean itself up