Browse Source

no hotshot

Zachary Pavlov 18 years ago
parent
commit
4eee3a23e9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/showbase/PythonUtil.py

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

@@ -43,7 +43,7 @@ import new
 import gc
 import gc
 #if __debug__:
 #if __debug__:
 import traceback
 import traceback
-import hotshot, hotshot.stats, profile as prof, pstats
+import profile as prof, pstats
 
 
 
 
 from direct.directutil import Verify
 from direct.directutil import Verify