Avoid importerror on older Pythons

This commit is contained in:
Jason R. Coombs 2019-10-28 22:01:34 -04:00
parent 2175d6bdcf
commit e1f340b53f
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import importlib.util
import importlib
try: