Browse Source

Use TkGlobal instead of directly importing Pmw

Mark Mine 22 years ago
parent
commit
b5bb8b4933
1 changed files with 1 additions and 2 deletions
  1. 1 2
      direct/src/tkwidgets/AppShell.py

+ 1 - 2
direct/src/tkwidgets/AppShell.py

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