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
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
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')