add ancient interfaces

This commit is contained in:
David Rose 2008-09-25 20:55:28 +00:00
parent 7cd09665ac
commit 0df0bf63ce
1 changed files with 2 additions and 1 deletions

View File

@ -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