summaryrefslogtreecommitdiff
path: root/pecan/routing.py
diff options
context:
space:
mode:
Diffstat (limited to 'pecan/routing.py')
-rw-r--r--pecan/routing.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/pecan/routing.py b/pecan/routing.py
index c6abb2e..7acff76 100644
--- a/pecan/routing.py
+++ b/pecan/routing.py
@@ -1,10 +1,9 @@
import warnings
-from inspect import getargspec
from webob import exc
from .secure import handle_security, cross_boundary
-from .util import iscontroller
+from .util import iscontroller, getargspec
__all__ = ['lookup_controller', 'find_object']