hgext/convert/gnuarch.py
branchstable
changeset 15381 c519cd8f0169
parent 15355 dbdb777502dc
child 17391 fc24c10424d2
--- a/hgext/convert/gnuarch.py	Fri Oct 28 15:00:21 2011 +0200
+++ b/hgext/convert/gnuarch.py	Sat Oct 29 11:02:23 2011 -0500
@@ -46,7 +46,7 @@
 
         commandline.__init__(self, ui, self.execmd)
 
-        self.path = util.realpath(path)
+        self.path = os.path.realpath(path)
         self.tmppath = None
 
         self.treeversion = None