mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
*** empty log message ***
This commit is contained in:
parent
018fccebdb
commit
7e56e81e04
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user