Kaydet (Commit) 7911173c authored tarafından Adrian Holovaty's avatar Adrian Holovaty

Removed trailing slash in PROFILE_DATA_DIR in profiler-hotshot to match new-admin

git-svn-id: http://code.djangoproject.com/svn/django/trunk@1346 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst 24b98280
import hotshot, time, os
from django.core.handlers.modpython import ModPythonHandler
PROFILE_DATA_DIR = "/var/log/cmsprofile/"
PROFILE_DATA_DIR = "/var/log/cmsprofile"
def handler(req):
'''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment