*** empty log message ***

This commit is contained in:
Joe Shochet 2001-04-18 14:51:32 +00:00
parent dd990450a7
commit fa8a97d2e5
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ class DirectObject:
def __del__(self):
"""__del__(self)
"""
print "Destructing: ", self.__class__.__name__
try:
self.cleanup()
except AttributeError: