/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_http.py

  • Committer: Jelmer Vernooij
  • Date: 2009-04-08 23:15:38 UTC
  • mfrom: (4265 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4281.
  • Revision ID: jelmer@samba.org-20090408231538-8eg51q2cqtl2hkx3
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1905
1905
 
1906
1906
        # We override at class level because constructors may propagate the
1907
1907
        # bound method and render instance overriding ineffective (an
1908
 
        # alternative would be be to define a specific ui factory instead...)
 
1908
        # alternative would be to define a specific ui factory instead...)
1909
1909
        self.orig_report_activity = self._transport._report_activity
1910
1910
        self._transport._report_activity = report_activity
1911
1911