This commit is contained in:
Dave Schuyler 2005-11-05 04:12:52 +00:00
parent 1a7113289d
commit 778bde8edf

View File

@ -1,5 +1,5 @@
from pandac.PandaModules import * from pandac.PandaModules import *
from pandac import PandaModules from pandac import PandaModules
from direct.directnotify.DirectNotifyGlobal import * from direct.directnotify.DirectNotifyGlobal import *
from direct.showbase import EventManager from direct.showbase import EventManager
import Interval import Interval
@ -148,3 +148,4 @@ class IntervalManager(CIntervalManager):
# The global IntervalManager object. # The global IntervalManager object.
ivalMgr = IntervalManager(1) ivalMgr = IntervalManager(1)