Poodletooth-iLand/panda/direct/task/TaskManagerGlobal.py
2015-03-03 17:10:12 -05:00

7 lines
131 B
Python

"""TaskManagerGlobal module: contains the global task manager"""
__all__ = ['taskMgr']
import Task
taskMgr = Task.TaskManager()