mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
Cleanup GroupPage.py
This commit is contained in:
parent
12d80e79e7
commit
f86261ac97
1 changed files with 13 additions and 14 deletions
|
@ -1,10 +1,10 @@
|
|||
from ShtikerPage import ShtikerPage
|
||||
from direct.gui.DirectGui import *
|
||||
from panda3d.core import *
|
||||
from direct.directnotify import DirectNotifyGlobal
|
||||
from pandac.PandaModules import *
|
||||
from direct.gui.DirectGui import *
|
||||
from toontown.toonbase import ToontownGlobals
|
||||
from toontown.toonbase import TTLocalizer
|
||||
from toontown.toonbase import TTLocalizerEnglish
|
||||
from ShtikerPage import ShtikerPage
|
||||
|
||||
class GroupPage(ShtikerPage):
|
||||
notify = DirectNotifyGlobal.directNotify.newCategory('GroupPage')
|
||||
|
@ -27,7 +27,6 @@ class GroupPage(ShtikerPage):
|
|||
def destroy(self):
|
||||
DirectFrame.destroy(self)
|
||||
|
||||
|
||||
def cleanupDialog(self, value=0):
|
||||
self.confirmDialog.cleanup()
|
||||
|
||||
|
|
Loading…
Reference in a new issue