mercurial/utils/procutil.py
changeset 41832 b275dbb60089
parent 41284 b0e3f2d7c143
child 42496 ca1014ad3de4
--- a/mercurial/utils/procutil.py	Sat Mar 02 12:51:04 2019 -0800
+++ b/mercurial/utils/procutil.py	Sat Mar 02 12:51:55 2019 -0800
@@ -221,7 +221,7 @@
     """
     return (pycompat.safehasattr(sys, "frozen") or # new py2exe
             pycompat.safehasattr(sys, "importers") or # old py2exe
-            imp.is_frozen(u"__main__")) # tools/freeze
+            imp.is_frozen(r"__main__")) # tools/freeze
 
 _hgexecutable = None