summaryrefslogtreecommitdiff
path: root/pecan/util.py
diff options
context:
space:
mode:
authorRyan Petrello <lists@ryanpetrello.com>2012-03-21 15:56:03 -0400
committerRyan Petrello <lists@ryanpetrello.com>2012-03-21 15:56:03 -0400
commitbc2e143757f34d771ca4faeef3c4ccec83c736b2 (patch)
tree69dae6b159945a86c5bdb66687eefc2291dfac7a /pecan/util.py
parentbc0425339dbb5ffa8574103977c4f04aa03a9f73 (diff)
downloadpecan-bc2e143757f34d771ca4faeef3c4ccec83c736b2.tar.gz
Fixing a few bugs in the debug middleware and legacy iPython support.
Diffstat (limited to 'pecan/util.py')
-rw-r--r--pecan/util.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pecan/util.py b/pecan/util.py
index 697dec8..aa2e683 100644
--- a/pecan/util.py
+++ b/pecan/util.py
@@ -1,5 +1,4 @@
import sys
-import os
def iscontroller(obj):