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

« back to all changes in this revision

Viewing changes to svk.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:
19
19
 
20
20
from breezy.sixish import text_type
21
21
 
22
 
from breezy.plugins.svn import errors
 
22
from . import errors
23
23
 
24
24
SVN_PROP_SVK_MERGE = 'svk:merge'
25
25