瀏覽代碼

missing import

David Rose 16 年之前
父節點
當前提交
61b92af51b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      direct/src/p3d/JavaScript.py

+ 1 - 0
direct/src/p3d/JavaScript.py

@@ -2,6 +2,7 @@
 useful when writing code that integrates with JavaScript, especially
 useful when writing code that integrates with JavaScript, especially
 code that runs in a browser via the web plugin. """
 code that runs in a browser via the web plugin. """
 
 
+import types
 
 
 class UndefinedObject:
 class UndefinedObject:
     """ This is a special object that is returned by the browser to
     """ This is a special object that is returned by the browser to