summaryrefslogtreecommitdiff
path: root/cheetah/Utils/statprof.py
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@monkeypox.org>2009-11-15 17:20:23 -0800
committerR. Tyler Ballance <tyler@monkeypox.org>2009-11-16 00:04:10 -0800
commit47fbe57de8fc7fab20fd2d6b381ffbae411b74bc (patch)
treef58b3097f2ccb9f5b99fe857abeef3861e7f34b7 /cheetah/Utils/statprof.py
parent74961058e939739e97f9c570d5fc8c0959760dc9 (diff)
downloadpython-cheetah-47fbe57de8fc7fab20fd2d6b381ffbae411b74bc.tar.gz
Clean up a swath of fixes suggested by 2to3
Fixes from 2to3 include: xrange, ws_comma, repr, reduce, raise, idioms, has_key, future, filter, exec, callable, apply
Diffstat (limited to 'cheetah/Utils/statprof.py')
-rw-r--r--cheetah/Utils/statprof.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cheetah/Utils/statprof.py b/cheetah/Utils/statprof.py
index d6d64d6..0431628 100644
--- a/cheetah/Utils/statprof.py
+++ b/cheetah/Utils/statprof.py
@@ -120,7 +120,7 @@ much as possible.
"""
-from __future__ import division
+
try:
import itimer