Browse Source

fixed missing import

Greg Wiatroski 19 years ago
parent
commit
a8f8308174
1 changed files with 1 additions and 0 deletions
  1. 1 0
      direct/src/leveleditor/LevelEditor.py

+ 1 - 0
direct/src/leveleditor/LevelEditor.py

@@ -18,6 +18,7 @@ import os
 import getopt
 import sys
 import whrandom
+import types
 from direct.task import Task
 import __builtin__