Browse Source

removed if debug clause to import traceback, for TEST ONLY!

Dickinson Lo 19 years ago
parent
commit
3fb756cfb2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      direct/src/showbase/PythonUtil.py

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

@@ -36,8 +36,8 @@ import sys
 import random
 import time
 import new
-if __debug__:
-    import traceback
+#if __debug__:
+import traceback