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

        return _HTTPMove(*arg, **kw)