aboutsummaryrefslogtreecommitdiff
path: root/wqflask/base/webqtlFormData.py
diff options
context:
space:
mode:
authorzsloan2015-03-26 21:24:24 +0000
committerzsloan2015-03-26 21:24:24 +0000
commita840ad18e1fe3db98a359a159e9b9b72367a2839 (patch)
treeed9e75b5e32306ee7994fcc0d3e017cc75322251 /wqflask/base/webqtlFormData.py
parent93dcba89f7e424a759e3177a74b1ce322cdd7c57 (diff)
downloadgenenetwork2-a840ad18e1fe3db98a359a159e9b9b72367a2839.tar.gz
Removed several unused files from the base folder and their references in other files
Diffstat (limited to 'wqflask/base/webqtlFormData.py')
-rwxr-xr-xwqflask/base/webqtlFormData.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/wqflask/base/webqtlFormData.py b/wqflask/base/webqtlFormData.py
index a3537c87..44fdcc3f 100755
--- a/wqflask/base/webqtlFormData.py
+++ b/wqflask/base/webqtlFormData.py
@@ -35,15 +35,9 @@ import os
import reaper
import webqtlConfig
-import cookieData
-import sessionData
-from cgiData import cgiData
from webqtlCaseData import webqtlCaseData
from utility import webqtlUtil
-
-
-
class webqtlFormData(object):
'Represents data from a WebQTL form page, needed to generate the next page'