diff options
author | pjotrp | 2016-02-13 12:23:09 +0100 |
---|---|---|
committer | Pjotr Prins | 2016-04-20 08:17:14 +0000 |
commit | b0ae93454b6c7ef0ed40a9df36d4e30d19eb1fc9 (patch) | |
tree | 67f3d338d26dca0be05108b888ddf0da57178042 /wqflask | |
parent | 82f731d11a870262b5d4ed693b86d7dcc40493a1 (diff) | |
download | genenetwork2-b0ae93454b6c7ef0ed40a9df36d4e30d19eb1fc9.tar.gz |
Removed import htmlgen as is not used (apparently)
Diffstat (limited to 'wqflask')
-rwxr-xr-x | wqflask/wqflask/search_results.py | 2 |
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 |