From 1fac3ef6ac3d3062c719056a347778074946f3fb Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 18 Jul 2011 02:53:05 -0400 Subject: move import statement --- pyramid/paster.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyramid/paster.py b/pyramid/paster.py index bb499ae8b..3aa6a5f1d 100644 --- a/pyramid/paster.py +++ b/pyramid/paster.py @@ -8,6 +8,8 @@ import zope.deprecation from paste.deploy import loadapp from paste.script.command import Command +from pyramid.interfaces import IMultiView + from pyramid.scripting import get_root from pyramid.scripting import prepare from pyramid.util import DottedNameResolver @@ -275,8 +277,6 @@ class PRoutesCommand(PCommand): self.out(fmt % (route.name, route.pattern, view_callable)) -from pyramid.interfaces import IMultiView - class PViewsCommand(PCommand): """Print, for a given URL, the views that might match. Underneath each potentially matching route, list the predicates required. Underneath -- cgit v1.2.3