##// END OF EJS Templates
tests: drop test-demandimport.py distutils test that failed with warnings...
Mads Kiilerich -
r52637:be227c60 default
parent child Browse files
Show More
@@ -31,18 +31,6 b' try:'
31 except ImportError:
31 except ImportError:
32 moduletype = types.ModuleType
32 moduletype = types.ModuleType
33
33
34 if os.name != 'nt':
35 try:
36 import distutils.msvc9compiler
37
38 print(
39 'distutils.msvc9compiler needs to be an immediate '
40 'importerror on non-windows platforms'
41 )
42 distutils.msvc9compiler
43 except ImportError:
44 pass
45
46 import re
34 import re
47
35
48 rsub = re.sub
36 rsub = re.sub
General Comments 0
You need to be logged in to leave comments. Login now