hgdemandimport/__init__.py
branchstable
changeset 45415 81b4e7c866ec
parent 45047 40120de810ba
child 45559 07731064ac41
--- a/hgdemandimport/__init__.py	Fri Sep 04 15:21:02 2020 -0400
+++ b/hgdemandimport/__init__.py	Wed Sep 09 14:48:55 2020 -0400
@@ -46,6 +46,7 @@
     # setuptools' pkg_resources.py expects "from __main__ import x" to
     # raise ImportError if x not defined
     '__main__',
+    '_ast',  # https://bugs.python.org/issue41631
     '_ssl',  # conditional imports in the stdlib, issue1964
     '_sre',  # issue4920
     'rfc822',