Commit 60185913 authored by Tristan Gingold's avatar Tristan Gingold

deplete module/__init__.py

parent 14545e09
......@@ -32,7 +32,7 @@ from hdlmake.tools.makefile_writer import load_syn_tool, load_sim_tool
from hdlmake.util import shell
from hdlmake import new_dep_solver as dep_solver
from hdlmake.srcfile import SourceFileSet, VHDLFile, VerilogFile, SVFile
from hdlmake.module import Module, ModuleArgs
from hdlmake.module.module import Module, ModuleArgs
class Action(list):
......
"""Package providing the Module functionality to HDLMake"""
from .module import Module, ModuleArgs
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