From 0df0bf63ce01ba6090fb97618f3517e2591ef053 Mon Sep 17 00:00:00 2001 From: David Rose Date: Thu, 25 Sep 2008 20:55:28 +0000 Subject: [PATCH] add ancient interfaces --- direct/src/task/TaskOrig.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/direct/src/task/TaskOrig.py b/direct/src/task/TaskOrig.py index 600f18f39c..ed4fc15fc6 100644 --- a/direct/src/task/TaskOrig.py +++ b/direct/src/task/TaskOrig.py @@ -1,7 +1,8 @@ """Undocumented Module""" __all__ = ['Task', 'TaskPriorityList', 'TaskManager', - 'exit', 'cont', 'done', 'again'] + 'exit', 'cont', 'done', 'again', + 'sequence', 'loop', 'pause'] # This module may not import pandac.PandaModules, since it is imported # by the Toontown Launcher before the complete PandaModules have been