~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/progress.py

  • Committer: Martin Pool
  • Date: 2009-09-24 04:55:10 UTC
  • mto: This revision was merged to the branch mainline in revision 4715.
  • Revision ID: mbp@sourcefrog.net-20090924045510-0kigfhp3nwpqeylp
Fix missing import

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
from bzrlib.symbol_versioning import (
35
35
    deprecated_function,
36
36
    deprecated_in,
 
37
    deprecated_method,
37
38
    )
38
39
 
39
40