aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpjotrp2016-02-13 12:23:09 +0100
committerPjotr Prins2016-04-20 08:17:14 +0000
commitb0ae93454b6c7ef0ed40a9df36d4e30d19eb1fc9 (patch)
tree67f3d338d26dca0be05108b888ddf0da57178042
parent82f731d11a870262b5d4ed693b86d7dcc40493a1 (diff)
downloadgenenetwork2-b0ae93454b6c7ef0ed40a9df36d4e30d19eb1fc9.tar.gz
Removed import htmlgen as is not used (apparently)
-rwxr-xr-xwqflask/wqflask/search_results.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/search_results.py b/wqflask/wqflask/search_results.py
index a57bfffe..52fe2e34 100755
--- a/wqflask/wqflask/search_results.py
+++ b/wqflask/wqflask/search_results.py
@@ -24,7 +24,7 @@ from flask import Flask, g
from MySQLdb import escape_string as escape
# Instead of importing HT we're going to build a class below until we can eliminate it
-from htmlgen import HTMLgen2 as HT
+# from htmlgen import HTMLgen2 as HT
from base import webqtlConfig
from utility.benchmark import Bench