updated paths to meta/project

modified:   deploy_meta.py
	modified:   test.py
This commit is contained in:
Ronny Abraham 2016-09-19 15:23:13 +03:00
parent a56eabbdd4
commit 89643d3497
2 changed files with 2 additions and 2 deletions

View file

@ -76,7 +76,7 @@ def nested_set(dic, keys, value):
class DeployMeta(QtGui.QMainWindow):
PATH_META = "../../../meta/configuration"
PATH_META = "../../../meta/project"
PATH_TEMPLATES = "../share/templates/meta"
path_meta = None

View file

@ -74,7 +74,7 @@ def create_path(path_str, delimiter="/"):
def main():
path_meta = create_path("../../meta/configuration")
path_meta = create_path("../../../meta/project")
args = parser.parse_args()