convert: add missing import of util, needed for svn < 1.6 stable
authorThomas Arendsen Hein <thomas@intevation.de>
Sat, 22 Oct 2011 23:42:48 +0200
branchstable
changeset 15345 6e3c560f2fd1
parent 15344 ec50fe3f7a76
child 15346 53f37b24f26a
convert: add missing import of util, needed for svn < 1.6
hgext/convert/transport.py
--- a/hgext/convert/transport.py	Sat Oct 22 23:21:38 2011 +0200
+++ b/hgext/convert/transport.py	Sat Oct 22 23:42:48 2011 +0200
@@ -18,6 +18,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
+from mercurial import util
 from svn.core import SubversionException, Pool
 import svn.ra
 import svn.client