aboutsummaryrefslogtreecommitdiff
path: root/wqflask/base/footer.py
diff options
context:
space:
mode:
Diffstat (limited to 'wqflask/base/footer.py')
-rwxr-xr-xwqflask/base/footer.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/wqflask/base/footer.py b/wqflask/base/footer.py
deleted file mode 100755
index 6f92fdf8..00000000
--- a/wqflask/base/footer.py
+++ /dev/null
@@ -1,6 +0,0 @@
-import webqtlConfig
-
-footer_html = open(webqtlConfig.HTMLPATH + 'footer.html', 'r').read()
-footer = footer_html.replace('%"','%%"')
-
-footer_string = footer.replace('<!-- %s -->', '%s')