Browse Source

put StackTrace in __builtin__

Darren Ranalli 18 years ago
parent
commit
c6fdac34e3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      direct/src/showbase/PythonUtil.py

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

@@ -2927,3 +2927,4 @@ __builtin__.fastRepr = fastRepr
 __builtin__.nullGen = nullGen
 __builtin__.nullGen = nullGen
 __builtin__.flywheel = flywheel
 __builtin__.flywheel = flywheel
 __builtin__.loopGen = loopGen
 __builtin__.loopGen = loopGen
+__builtin__.StackTrace = StackTrace