From 4eee3a23e921d7c533defd727bf2d9c96272211e Mon Sep 17 00:00:00 2001 From: Zachary Pavlov Date: Fri, 1 Jun 2007 00:02:39 +0000 Subject: [PATCH] no hotshot --- direct/src/showbase/PythonUtil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/showbase/PythonUtil.py b/direct/src/showbase/PythonUtil.py index 9adda324d4..4b13f51378 100644 --- a/direct/src/showbase/PythonUtil.py +++ b/direct/src/showbase/PythonUtil.py @@ -43,7 +43,7 @@ import new import gc #if __debug__: import traceback -import hotshot, hotshot.stats, profile as prof, pstats +import profile as prof, pstats from direct.directutil import Verify