hgext/convert/darcs.py
branchstable
changeset 15355 dbdb777502dc
parent 14168 135e244776f0
child 15381 c519cd8f0169
--- a/hgext/convert/darcs.py	Mon Oct 24 13:54:59 2011 +0200
+++ b/hgext/convert/darcs.py	Mon Oct 24 13:51:24 2011 +0200
@@ -45,7 +45,7 @@
         if ElementTree is None:
             raise util.Abort(_("Python ElementTree module is not available"))
 
-        self.path = os.path.realpath(path)
+        self.path = util.realpath(path)
 
         self.lastrev = None
         self.changes = {}