Fix some issues with imports

parent 9ed1e91e
......@@ -30,7 +30,6 @@ from subprocess import PIPE, Popen
import sys
from hdlmake.util import path as path_mod
from hdlmake import fetch
from hdlmake.env import Env
......
......@@ -25,6 +25,7 @@ from __future__ import absolute_import
from __future__ import print_function
import logging
import os
import sys
import os.path
import time
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment