Ejemplo n.º 1
0
 def _makeOne(self, *arg, **kw):
     from pyramid.httpexceptions import _HTTPMove
     return _HTTPMove(*arg, **kw)
Ejemplo n.º 2
0
    def _makeOne(self, *arg, **kw):
        from pyramid.httpexceptions import _HTTPMove

        return _HTTPMove(*arg, **kw)