##// END OF EJS Templates
demandimportpy3: update to pass import checker
Augie Fackler -
r33899:3595e4e0 default
parent child Browse files
Show More
@@ -27,11 +27,10 b' This also has some limitations compared '
27 27 from __future__ import absolute_import
28 28
29 29 import contextlib
30 import sys
31
32 30 import importlib.abc
33 31 import importlib.machinery
34 32 import importlib.util
33 import sys
35 34
36 35 _deactivated = False
37 36
General Comments 0
You need to be logged in to leave comments. Login now