##// 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 return mod
145 return mod
146
146
147 ignore = [
147 ignore = [
148 '__future__',
148 '_hashlib',
149 '_hashlib',
149 '_xmlplus',
150 '_xmlplus',
150 'fcntl',
151 'fcntl',
General Comments 0
You need to be logged in to leave comments. Login now