~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_http.py

  • Committer: Jelmer Vernooij
  • Date: 2009-04-06 02:54:14 UTC
  • mfrom: (4253 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4255.
  • Revision ID: jelmer@samba.org-20090406025414-65tpjwcmjp5wa5oj
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1307
1307
        # Since the tests using this class will replace
1308
1308
        # _urllib2_wrappers.Request, we can't just call the base class __init__
1309
1309
        # or we'll loop.
1310
 
        RedirectedRequest.init_orig(self, method, url, args, kwargs)
 
1310
        RedirectedRequest.init_orig(self, method, url, *args, **kwargs)
1311
1311
        self.follow_redirections = True
1312
1312
 
1313
1313