Browse Source

new imports

Joe Shochet 21 years ago
parent
commit
120ef85da7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      direct/src/task/TaskTester.py

+ 2 - 2
direct/src/task/TaskTester.py

@@ -1,5 +1,5 @@
-
-import Task
+from direct.task.TaskManagerGlobal import *
+import direct.task.Task
 import random
 
 numTasks = 10000