summaryrefslogtreecommitdiff
path: root/tests/pkgs/eventonly
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pkgs/eventonly')
-rw-r--r--tests/pkgs/eventonly/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pkgs/eventonly/__init__.py b/tests/pkgs/eventonly/__init__.py
index c48b539a1..35d83838f 100644
--- a/tests/pkgs/eventonly/__init__.py
+++ b/tests/pkgs/eventonly/__init__.py
@@ -1,5 +1,5 @@
-from pyramid.view import view_config
from pyramid.events import subscriber
+from pyramid.view import view_config
class Yup(object):