Try importing importlib.machinery in a different way

This commit is contained in:
Michael Droettboom 2018-06-20 21:20:26 -04:00
parent b7527b2351
commit 2067c1c302
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python3
import argparse
import importlib
import importlib.machinery
import json
import os
import re