Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
Hdlmake
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
15
Issues
15
List
Board
Labels
Milestones
Merge Requests
2
Merge Requests
2
Wiki
Wiki
image/svg+xml
Discourse
Discourse
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Projects
Hdlmake
Commits
8a765caa
Commit
8a765caa
authored
Oct 04, 2019
by
Tristan Gingold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename variables.py to manifestparser.py
parent
e1d56648
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
main.py
hdlmake/main.py
+1
-1
manifestparser.py
hdlmake/manifest_parser/manifestparser.py
+0
-0
module.py
hdlmake/module/module.py
+1
-1
No files found.
hdlmake/main.py
View file @
8a765caa
...
...
@@ -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__
...
...
hdlmake/manifest_parser/
variables
.py
→
hdlmake/manifest_parser/
manifestparser
.py
View file @
8a765caa
File moved
hdlmake/module/module.py
View file @
8a765caa
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment