contrib/hgfixes/fix_bytesmod.py
changeset 20701 d20817ac628a
parent 20399 74daabdf5ab5
--- a/contrib/hgfixes/fix_bytesmod.py	Mon Mar 10 17:52:42 2014 -0400
+++ b/contrib/hgfixes/fix_bytesmod.py	Tue Feb 04 18:33:25 2014 -0500
@@ -37,7 +37,7 @@
             if self.filename.endswith(bfn):
                 return
         if not self.filename.endswith('mercurial/py3kcompat.py'):
-            touch_import('.', 'py3kcompat', node=node)
+            touch_import('mercurial', 'py3kcompat', node=node)
 
         formatstr = results['formatstr'].clone()
         data = results['data'].clone()