doc/gendoc.py
changeset 43506 9f70512ae2cf
parent 43503 313e3a279828
child 43673 f0bee3b1b847
--- a/doc/gendoc.py	Sun Nov 10 07:30:14 2019 -0800
+++ b/doc/gendoc.py	Fri Nov 08 11:19:20 2019 -0800
@@ -20,7 +20,7 @@
 
 # This script is executed during installs and may not have C extensions
 # available. Relax C module requirements.
-os.environ[r'HGMODULEPOLICY'] = r'allow'
+os.environ['HGMODULEPOLICY'] = 'allow'
 # import from the live mercurial repo
 sys.path.insert(0, "..")
 from mercurial import demandimport