Fix some issues with imports

parent 9ed1e91e
...@@ -30,7 +30,6 @@ from subprocess import PIPE, Popen ...@@ -30,7 +30,6 @@ from subprocess import PIPE, Popen
import sys import sys
from hdlmake.util import path as path_mod from hdlmake.util import path as path_mod
from hdlmake import fetch
from hdlmake.env import Env from hdlmake.env import Env
......
...@@ -25,6 +25,7 @@ from __future__ import absolute_import ...@@ -25,6 +25,7 @@ from __future__ import absolute_import
from __future__ import print_function from __future__ import print_function
import logging import logging
import os import os
import sys
import os.path import os.path
import time 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