diff -r ec50fe3f7a76 -r 6e3c560f2fd1 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