Moved django.bin.profiling.handler to django.core.handlers.profiler-hotshot

git-svn-id: http://code.djangoproject.com/svn/django/trunk@170 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2005-07-18 06:34:34 +00:00
parent ca3d89b70f
commit 86d9ae269d
1 changed files with 1 additions and 1 deletions

View File

@ -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/"