general: whoops

This commit is contained in:
John Cote 2019-11-09 00:00:51 -05:00 committed by GitHub
parent d27b25ab38
commit 9f5338dc4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
from direct.directnotify import DirectNotifyGlobal from direct.directnotify import DirectNotifyGlobal
from direct.distributed.DistributedObjectAI import DistributedObjectAI from direct.distributed.DistributedObjectUD import DistributedObjectUD
class DistributedPartyManagerUD(DistributedObjectAI): class DistributedPartyManagerUD(DistributedObjectUD):
notify = DirectNotifyGlobal.directNotify.newCategory('DistributedPartyManagerUD') notify = DirectNotifyGlobal.directNotify.newCategory('DistributedPartyManagerUD')