summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--django/core/handlers/profiler-hotshot.py (renamed from django/bin/profiling/handler.py)2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/bin/profiling/handler.py b/django/core/handlers/profiler-hotshot.py
index 7074be8248..953cf0a722 100644
--- a/django/bin/profiling/handler.py
+++ b/django/core/handlers/profiler-hotshot.py
@@ -1,5 +1,5 @@
import hotshot, time, os
-from django.core.handler import ModPythonHandler
+from django.core.handlers.modpython import ModPythonHandler
PROFILE_DATA_DIR = "/var/log/cmsprofile/"