Move error codes to subvertpy.
[jelmer/subvertpy.git] / logwalker.py
index 78550238c481fc972159b0345f477985cda6349c..fcc8bbdbd59d9beda279f61ef36d0fefac6a2c16 100644 (file)
@@ -21,8 +21,7 @@ import bzrlib.ui as ui
 
 from bzrlib.plugins.svn import changes
 from bzrlib.plugins.svn.cache import CacheTable
-from bzrlib.plugins.svn.subvertpy import SubversionException, ra, NODE_DIR
-from bzrlib.plugins.svn.errors import ERR_FS_NO_SUCH_REVISION, ERR_FS_NOT_FOUND, ERR_FS_NOT_DIRECTORY
+from bzrlib.plugins.svn.subvertpy import SubversionException, ra, NODE_DIR, ERR_FS_NO_SUCH_REVISION, ERR_FS_NOT_FOUND, ERR_FS_NOT_DIRECTORY
 from bzrlib.plugins.svn.transport import SvnRaTransport
 
 class lazy_dict(object):