/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 breezy/export_pot.py

  • Committer: Jelmer Vernooij
  • Date: 2017-05-22 00:56:52 UTC
  • mfrom: (6621.2.26 py3_pokes)
  • Revision ID: jelmer@jelmer.uk-20170522005652-yjahcr9hwmjkno7n
Merge Python3 porting work ('py3 pokes')

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
import inspect
32
32
import os
33
33
 
34
 
from breezy import (
 
34
from . import (
35
35
    commands as _mod_commands,
36
36
    errors,
37
37
    help_topics,
39
39
    plugin,
40
40
    help,
41
41
    )
42
 
from breezy.trace import (
 
42
from .trace import (
43
43
    mutter,
44
44
    note,
45
45
    )
46
 
from breezy.i18n import gettext
 
46
from .i18n import gettext
47
47
 
48
48
 
49
49
def _escape(s):