Merge branch 'majorchange' of bitbucket.org:ronnyabraham/fabric into majorchange
This commit is contained in:
commit
20ebbe21b8
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue