Browse Source

fixed missing import

Greg Wiatroski 19 năm trước cách đây
mục cha
commit
a8f8308174
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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__