##// END OF EJS Templates
convert: add missing import of util, needed for svn < 1.6
Thomas Arendsen Hein -
r15345:6e3c560f stable
parent child Browse files
Show More
@@ -18,6 +18,7 b''
18 18 # along with this program; if not, write to the Free Software
19 19 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20 20
21 from mercurial import util
21 22 from svn.core import SubversionException, Pool
22 23 import svn.ra
23 24 import svn.client
General Comments 0
You need to be logged in to leave comments. Login now