summaryrefslogtreecommitdiff
path: root/pecan/decorators.py
diff options
context:
space:
mode:
Diffstat (limited to 'pecan/decorators.py')
-rw-r--r--pecan/decorators.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pecan/decorators.py b/pecan/decorators.py
index 45ad635..ed054ec 100644
--- a/pecan/decorators.py
+++ b/pecan/decorators.py
@@ -1,8 +1,8 @@
-from inspect import getargspec, getmembers, isclass, ismethod, isfunction
+from inspect import getmembers, isclass, ismethod, isfunction
import six
-from .util import _cfg
+from .util import _cfg, getargspec
__all__ = [
'expose', 'transactional', 'accept_noncanonical', 'after_commit',