diff --git a/YKWIM/generateJSON.py b/YKWIM/generateJSON.py index 3adcda133d5e7d0bd636c079d5e33b26230327de..e43efaf21ac434fcd4f2a62d1cc32c8851e5b645 100644 --- a/YKWIM/generateJSON.py +++ b/YKWIM/generateJSON.py @@ -84,5 +84,3 @@ def generateJSON(file, path=app.config["UPLOAD_FOLDER"]): with open(json_path, 'w') as fp: json.dump(d,fp) return d - -generateJSON("Template.ods","/home/sarra/Documents/Doctorat/Python/SemanticLifting/YKWIM/") diff --git a/YKWIM/template.ods b/YKWIM/jupyter/template.ods similarity index 100% rename from YKWIM/template.ods rename to YKWIM/jupyter/template.ods