Move the Manifest parser stuff to a new Python package

parent 4ca5207d
"""Python Package providing the Manifest.py parser for HDLMake"""
from .manifest_parser import ManifestParser
......@@ -25,8 +25,8 @@
import os
import logging
from .util import path as path_mod
from .util.configparser import ConfigParser
from hdlmake.util import path as path_mod
from .configparser import ConfigParser
class ManifestParser(ConfigParser):
......
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