mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
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).
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user