mercurial/demandimport.py
changeset 28176 9ff7261cc0f5
parent 28175 c25e3fd38ff1
child 28286 c7f89ad87bae
--- a/mercurial/demandimport.py	Sat Feb 06 19:09:10 2016 +0900
+++ b/mercurial/demandimport.py	Sat Feb 06 19:16:12 2016 +0900
@@ -255,6 +255,7 @@
     '_sre', # issue4920
     'rfc822',
     'mimetools',
+    'sqlalchemy.events', # has import-time side effects (issue5085)
     # setuptools 8 expects this module to explode early when not on windows
     'distutils.msvc9compiler'
     ]