Compare commits
2 Commits
a99dd737a9
...
0ee85e44c3
| Author | SHA1 | Date | |
|---|---|---|---|
| 0ee85e44c3 | |||
| 5a13940257 |
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -1,6 +1,6 @@
|
||||
[submodule "framework-python"]
|
||||
path = framework-python
|
||||
url = git@gitea.azcona-becker.net:beckermj/framework-python
|
||||
url = gitea@gitea.azcona-becker.net:beckermj/framework-python
|
||||
[submodule "editor-python"]
|
||||
path = editor-python
|
||||
url = git@gitea.azcona-becker.net:universaleditor/editor-python
|
||||
url = gitea@gitea.azcona-becker.net:universaleditor/editor-python
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
export PYTHONPATH=".;../editor-python/editor-python/src;../framework-python/lib/mbs"
|
||||
export PYTHONPATH=".:../editor-python/editor-python/src:../framework-python/lib/mbs"
|
||||
python3 compilers/yaml2mcl/Program.py ${1+"$@"}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user