Dave Schuyler 22 anni fa
parent
commit
9a2f3e2523
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      direct/src/showbase/PythonUtil.py

+ 2 - 0
direct/src/showbase/PythonUtil.py

@@ -7,6 +7,8 @@ import inspect
 import os
 import sys
 
+from Verify import *
+
 
 # NOTE: ifAbsentPut has been replaced with Python's dictionary's builtin setdefault
 # before: