##// 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 52 import svn.core
53 53 import svn.ra
54 54 import svn.delta
55 import transport
55 from . import transport
56 56 import warnings
57 57 warnings.filterwarnings('ignore',
58 58 module='svn.core',
General Comments 0
You need to be logged in to leave comments. Login now