Use TkGlobals instead of importing Pmw directly

This commit is contained in:
Mark Mine 2003-06-21 03:09:00 +00:00
parent c7b641a1bd
commit 009e854d6c
1 changed files with 1 additions and 4 deletions

View File

@ -35,11 +35,8 @@
""" popupControls()
Popup control panel for interval.
"""
import TkGlobal
from TkGlobal import Toplevel, Frame, Button, LEFT, X, Pmw
import math
# I moved this here because Toontown does not ship Tk
from Tkinter import Toplevel, Frame, Button, LEFT, X
import Pmw
import EntryScale
if tl == None:
tl = Toplevel()