*** empty log message ***

This commit is contained in:
Mike Goslin 2000-12-09 00:22:54 +00:00
parent beb480ebd3
commit 5010a9dbe8
2 changed files with 2 additions and 1 deletions

View File

@ -97,6 +97,7 @@ class ScrollingLabel(PandaObject.PandaObject):
self.itemSign = None
self.leftButton = None
self.rightButton = None
self.frame = None
return None
# accessing

View File

@ -12,7 +12,7 @@ class DirectObject:
try:
self.cleanup()
except:
directNotify.notify.warning('No cleanup() method defined!')
print "No cleanup() method defined!"
# Event Handling