From b5bb8b4933ea4fe19ccec12a417ca00501561027 Mon Sep 17 00:00:00 2001 From: Mark Mine Date: Thu, 26 Jun 2003 20:56:50 +0000 Subject: [PATCH] Use TkGlobal instead of directly importing Pmw --- direct/src/tkwidgets/AppShell.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/direct/src/tkwidgets/AppShell.py b/direct/src/tkwidgets/AppShell.py index 226dac2c01..508bb2d512 100644 --- a/direct/src/tkwidgets/AppShell.py +++ b/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 (doughellmann@mindspring.com). """ from PandaObject import * -from Tkinter import * +from TkGlobal import * from tkFileDialog import * -import Pmw import Dial import Floater import Slider