Mercurial > hg > NetworkVis
diff ismi-python-neo4jrestclient/ismi-vis.py @ 35:9f0d4fd3a412
cleanup and layout tweaks.
author | casties |
---|---|
date | Thu, 04 Feb 2016 15:23:15 +0100 |
parents | a6b2a09ea413 |
children | 7b5dcd3238d2 |
line wrap: on
line diff
--- a/ismi-python-neo4jrestclient/ismi-vis.py Sat Dec 19 23:25:23 2015 -0500 +++ b/ismi-python-neo4jrestclient/ismi-vis.py Thu Feb 04 15:23:15 2016 +0100 @@ -26,10 +26,6 @@ def get_commentaries(): return app.send_static_file('commentaries.html') -@app.route("/commentaries_authors.html") -def get_commentaries_authors(): - return app.send_static_file('commentaries_authors2.html') - @app.route('/static/<filename>') def get_file(filename): return send_from_directory('static', filename)