Merge branch 'majorchange' of bitbucket.org:ronnyabraham/fabric into majorchange

This commit is contained in:
Ronny Abraham 2016-09-21 01:18:46 +03:00
commit 20ebbe21b8
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()