hgdemandimport/__init__.py
branchstable
changeset 45047 40120de810ba
parent 43076 2372284d9457
child 45415 81b4e7c866ec
equal deleted inserted replaced
45034:b1a1702262c9 45047:40120de810ba
    54     # setuptools 8 expects this module to explode early when not on windows
    54     # setuptools 8 expects this module to explode early when not on windows
    55     'distutils.msvc9compiler',
    55     'distutils.msvc9compiler',
    56     '__builtin__',
    56     '__builtin__',
    57     'builtins',
    57     'builtins',
    58     'urwid.command_map',  # for pudb
    58     'urwid.command_map',  # for pudb
       
    59     'lzma',
    59 }
    60 }
    60 
    61 
    61 _pypy = '__pypy__' in sys.builtin_module_names
    62 _pypy = '__pypy__' in sys.builtin_module_names
    62 
    63 
    63 if _pypy:
    64 if _pypy: