~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_http.py

  • Committer: Frank Aspell
  • Date: 2009-02-22 16:54:02 UTC
  • mto: This revision was merged to the branch mainline in revision 4256.
  • Revision ID: frankaspell@googlemail.com-20090222165402-2myrucnu7er5w4ha
Fixing various typos

Show diffs side-by-side

added added

removed removed

Lines of Context:
1879
1879
 
1880
1880
        # We override at class level because constructors may propagate the
1881
1881
        # bound method and render instance overriding ineffective (an
1882
 
        # alternative would be be to define a specific ui factory instead...)
 
1882
        # alternative would be to define a specific ui factory instead...)
1883
1883
        self.orig_report_activity = self._transport._report_activity
1884
1884
        self._transport._report_activity = report_activity
1885
1885