mercurial/manifest.py
changeset 43506 9f70512ae2cf
parent 43346 6ada8a274b9c
child 43523 c21aca51b392
--- a/mercurial/manifest.py	Sun Nov 10 07:30:14 2019 -0800
+++ b/mercurial/manifest.py	Fri Nov 08 11:19:20 2019 -0800
@@ -33,7 +33,7 @@
     util as interfaceutil,
 )
 
-parsers = policy.importmod(r'parsers')
+parsers = policy.importmod('parsers')
 propertycache = util.propertycache
 
 # Allow tests to more easily test the alternate path in manifestdict.fastdelta()