Chris McDonough
2011-07-18 1fac3ef6ac3d3062c719056a347778074946f3fb
move import statement
1 files modified
4 ■■■■ changed files
pyramid/paster.py 4 ●●●● patch | view | raw | blame | history
pyramid/paster.py
@@ -8,6 +8,8 @@
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
@@ -274,8 +276,6 @@
                        IView, name='', default=None)
                    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