mercurial/demandimport.py
branchstable
changeset 26830 65387a30430e
parent 26457 7e81305092a0
child 26873 78d05778907b
--- a/mercurial/demandimport.py	Sat Oct 24 00:39:22 2015 +0100
+++ b/mercurial/demandimport.py	Wed Oct 28 16:27:09 2015 +0100
@@ -233,6 +233,7 @@
     # raise ImportError if x not defined
     '__main__',
     '_ssl', # conditional imports in the stdlib, issue1964
+    '_sre', # issue4920
     'rfc822',
     'mimetools',
     # setuptools 8 expects this module to explode early when not on windows