mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-17 12:12:10 -04:00
*** empty log message ***
This commit is contained in:
parent
1e0fcd2d77
commit
c30fce4da9
@ -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:
|
||||
|
@ -49,7 +49,7 @@ class Messenger:
|
||||
def ignore(self, event, object):
|
||||
""" ignore(self, string, DirectObject)
|
||||
Make this object no longer respond to this event.
|
||||
It is safe to call even if it was not alread
|
||||
It is safe to call even if it was not already accepting
|
||||
"""
|
||||
|
||||
Messenger.notify.debug(`object` + '\n now ignoring: ' + `event`)
|
||||
|
Loading…
x
Reference in New Issue
Block a user