hgdemandimport/__init__.py
branchstable
changeset 45559 07731064ac41
parent 45415 81b4e7c866ec
child 48875 6000f5b25c9b
child 49272 fda7ec505dc5
equal deleted inserted replaced
45523:5ed6efedc457 45559:07731064ac41
    50     '_ssl',  # conditional imports in the stdlib, issue1964
    50     '_ssl',  # conditional imports in the stdlib, issue1964
    51     '_sre',  # issue4920
    51     '_sre',  # issue4920
    52     'rfc822',
    52     'rfc822',
    53     'mimetools',
    53     'mimetools',
    54     'sqlalchemy.events',  # has import-time side effects (issue5085)
    54     'sqlalchemy.events',  # has import-time side effects (issue5085)
       
    55     'sqlalchemy.dialects',  # similar problems as above
    55     # setuptools 8 expects this module to explode early when not on windows
    56     # setuptools 8 expects this module to explode early when not on windows
    56     'distutils.msvc9compiler',
    57     'distutils.msvc9compiler',
    57     '__builtin__',
    58     '__builtin__',
    58     'builtins',
    59     'builtins',
    59     'urwid.command_map',  # for pudb
    60     'urwid.command_map',  # for pudb