*** empty log message ***

This commit is contained in:
Joe Shochet 2001-04-25 17:09:12 +00:00
parent 69c2c5a08c
commit 7f028e60aa
1 changed files with 1 additions and 1 deletions

View File

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