Cleanup GroupPage.py

This commit is contained in:
John Cote 2015-05-26 22:21:38 -04:00
parent 12d80e79e7
commit f86261ac97

View file

@ -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()