Changeset 170
- Timestamp:
- 07/18/05 01:34:34 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/core/handlers/profiler-hotshot.py
r168 r170 1 1 import hotshot, time, os 2 from django.core.handler import ModPythonHandler2 from django.core.handlers.modpython import ModPythonHandler 3 3 4 4 PROFILE_DATA_DIR = "/var/log/cmsprofile/"
