Skip to content

Commit

Permalink
fix profiling bug (tx spez)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsw committed Nov 10, 2006
1 parent 20205cf commit cb2115c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk/web/http.py
Expand Up @@ -224,7 +224,7 @@ def __call__(self, e, o):

def profiler(app):
"""Outputs basic profiling information at the bottom of each response."""
import profile
from utils import profile
def profile_internal(e, o):
out, result = profile(app)(e, o)
return out + ['<pre>' + net.websafe(result) + '</pre>']
Expand Down

0 comments on commit cb2115c

Please sign in to comment.