##// END OF EJS Templates
demandimport: add __future__ to ignore list...
Gregory Szorc -
r25934:e283c5d9 default
parent child Browse files
Show More
@@ -145,6 +145,7 b' def _demandimport(name, globals=None, lo'
145 145 return mod
146 146
147 147 ignore = [
148 '__future__',
148 149 '_hashlib',
149 150 '_xmlplus',
150 151 'fcntl',
General Comments 0
You need to be logged in to leave comments. Login now