From 7e56e81e045a0028895827c1afb6670ba2f7d80b Mon Sep 17 00:00:00 2001 From: Joe Shochet Date: Mon, 26 Mar 2001 18:04:29 +0000 Subject: [PATCH] *** empty log message *** --- direct/src/interval/Interval.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/direct/src/interval/Interval.py b/direct/src/interval/Interval.py index a4aa0d5eea..a7304907a4 100644 --- a/direct/src/interval/Interval.py +++ b/direct/src/interval/Interval.py @@ -1,10 +1,6 @@ """Interval module: contains the Interval class""" from DirectObject import * -from Tkinter import * -import Pmw -import EntryScale - import ClockObject import Task @@ -93,6 +89,10 @@ class Interval(DirectObject): print (space + self.name + ' dur: %.2f' % self.duration) def popupControls(self): + # I moved this here because Toontown does not ship Tk + from Tkinter import * + import Pmw + import EntryScale tl = Toplevel() es = EntryScale.EntryScale( tl, min = 0, max = self.duration,