~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/codehosting/codeimport/uifactory.py

  • Committer: Jelmer Vernooij
  • Date: 2011-09-05 23:17:11 UTC
  • mto: This revision was merged to the branch mainline in revision 13941.
  • Revision ID: jelmer@canonical.com-20110905231711-e2l85s9n53obfrne
Fix number of arguments to makeImportWorker.

Show diffs side-by-side

added added

removed removed

Lines of Context:
206
206
            self._bytes_since_update = 0
207
207
            self._last_transport_msg = msg
208
208
            self._repaint()
209
 
 
210
 
    # bzr 1.17 renamed _show_transport_activity to show_transport_activity.
211
 
    # When we have upgraded to bzr 1.17, this compatibility hack can go away.
212
 
    _show_transport_activity = show_transport_activity