~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/fetch.py

  • Committer: Jonathan Riddell
  • Date: 2011-09-16 15:32:49 UTC
  • mto: This revision was merged to the branch mainline in revision 6145.
  • Revision ID: jriddell@canonical.com-20110916153249-1ch8r904tfmw6vlb
add import gettext

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
    errors,
38
38
    ui,
39
39
    )
 
40
from bzrlib.i18n import gettext
40
41
from bzrlib.revision import NULL_REVISION
41
42
from bzrlib.trace import mutter
42
43