Browse Source

added Verify

Dave Schuyler 22 years ago
parent
commit
9a2f3e2523
1 changed files with 2 additions and 0 deletions
  1. 2 0
      direct/src/showbase/PythonUtil.py

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

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