##// END OF EJS Templates
demandimport: ignore `lzma` module for demandimport...
Manuel Jacob -
r45600:40120de8 stable
parent child Browse files
Show More
@@ -56,6 +56,7 b' IGNORES = {'
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
General Comments 0
You need to be logged in to leave comments. Login now