Commit 8a765caa authored by Tristan Gingold's avatar Tristan Gingold

Rename variables.py to manifestparser.py

parent e1d56648
......@@ -30,7 +30,7 @@ import logging
from hdlmake.util import shell
from hdlmake.util.termcolor import colored
from .manifest_parser.variables import ManifestParser
from .manifest_parser.manifestparser import ManifestParser
from .action.commands import Commands
from ._version import __version__
......
......@@ -34,7 +34,7 @@ import logging
from hdlmake.util import path as path_mod
from hdlmake.util import shell
from hdlmake.manifest_parser.variables import ManifestParser
from hdlmake.manifest_parser.manifestparser import ManifestParser
from .content import ModuleContent
from .core import ModuleArgs
import six
......
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