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

        return _HTTPMove(*arg, **kw)