~lifeless/bzr-svn/loggerhead

« back to all changes in this revision

Viewing changes to branchprops.py

  • Committer: Jelmer Vernooij
  • Date: 2008-10-02 19:05:30 UTC
  • Revision ID: jelmer@samba.org-20081002190530-v30v85zscah9txy3
Move python bindings code into subvertpy directory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
from bzrlib.errors import NoSuchRevision
20
20
 
21
21
from bzrlib.plugins.svn import logwalker, properties
22
 
from bzrlib.plugins.svn.core import SubversionException
 
22
from bzrlib.plugins.svn.subvertpy import SubversionException
23
23
from bzrlib.plugins.svn.errors import ERR_FS_NO_SUCH_REVISION
24
24
 
25
25