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 @@ ...@@ -25,8 +25,8 @@
import os import os
import logging import logging
from .util import path as path_mod from hdlmake.util import path as path_mod
from .util.configparser import ConfigParser from .configparser import ConfigParser
class ManifestParser(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