1307
1307
# Since the tests using this class will replace
1308
1308
# _urllib2_wrappers.Request, we can't just call the base class __init__
1310
RedirectedRequest.init_orig(self, method, url, args, kwargs)
1310
RedirectedRequest.init_orig(self, method, url, *args, **kwargs)
1311
1311
self.follow_redirections = True