Use TkGlobal instead of directly importing Pmw
This commit is contained in:
parent
dc6772b566
commit
b5bb8b4933
|
|
@ -5,9 +5,8 @@ by John E. Grayson which is a streamlined adaptation of GuiAppD.py, originally
|
|||
created by Doug Hellmann (doughellmann@mindspring.com).
|
||||
"""
|
||||
from PandaObject import *
|
||||
from Tkinter import *
|
||||
from TkGlobal import *
|
||||
from tkFileDialog import *
|
||||
import Pmw
|
||||
import Dial
|
||||
import Floater
|
||||
import Slider
|
||||
|
|
|
|||
Loading…
Reference in New Issue