##// END OF EJS Templates
convert: make subversion import transport locally...
FUJIWARA Katsunori -
r28459:3ea62e74 default
parent child Browse files
Show More
@@ -52,7 +52,7 b' try:'
52 import svn.core
52 import svn.core
53 import svn.ra
53 import svn.ra
54 import svn.delta
54 import svn.delta
55 import transport
55 from . import transport
56 import warnings
56 import warnings
57 warnings.filterwarnings('ignore',
57 warnings.filterwarnings('ignore',
58 module='svn.core',
58 module='svn.core',
General Comments 0
You need to be logged in to leave comments. Login now