~cjwatson/brz-svn/fix-http-probe

« back to all changes in this revision

Viewing changes to keywords.py

  • Committer: Jelmer Vernooij
  • Date: 2020-02-03 09:16:45 UTC
  • Revision ID: jelmer@jelmer.uk-20200203091645-q0f1yq77zkr1s3cz
More Python3 / formatting / breezy fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
    ContentFilter,
40
40
    )
41
41
 
42
 
from breezy.plugins.svn import gettext
43
 
from breezy.plugins.svn.mapping import (
 
42
from . import gettext
 
43
from .mapping import (
44
44
    mapping_registry,
45
45
    )
46
46