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

        return _HTTPMove(*arg, **kw)