Use TkGlobal instead of directly importing Pmw

This commit is contained in:
Mark Mine 2003-06-26 20:56:50 +00:00
parent dc6772b566
commit b5bb8b4933

View File

@ -5,9 +5,8 @@ by John E. Grayson which is a streamlined adaptation of GuiAppD.py, originally
created by Doug Hellmann (doughellmann@mindspring.com). created by Doug Hellmann (doughellmann@mindspring.com).
""" """
from PandaObject import * from PandaObject import *
from Tkinter import * from TkGlobal import *
from tkFileDialog import * from tkFileDialog import *
import Pmw
import Dial import Dial
import Floater import Floater
import Slider import Slider