aboutsummaryrefslogtreecommitdiff
path: root/wqflask/base
diff options
context:
space:
mode:
authorZachary Sloan2012-09-28 16:56:42 -0500
committerZachary Sloan2012-09-28 16:56:42 -0500
commit8bd404246b83f46f34c9b162c39c2dfc6ab39049 (patch)
tree46f0b0428fa4d064c8597bca2235986b1e8c9ba3 /wqflask/base
parente3da0943461b8f5c498c374d58cfcdf65b98c1ba (diff)
downloadgenenetwork2-8bd404246b83f46f34c9b162c39c2dfc6ab39049.tar.gz
Removed show_trait_page.py and moved relevant code over to DataEditingPage.py (though the user security stuff still needs to be moved over)
Diffstat (limited to 'wqflask/base')
-rwxr-xr-xwqflask/base/webqtlFormData.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/wqflask/base/webqtlFormData.py b/wqflask/base/webqtlFormData.py
index 63263895..710c9f53 100755
--- a/wqflask/base/webqtlFormData.py
+++ b/wqflask/base/webqtlFormData.py
@@ -43,6 +43,7 @@ from utility import webqtlUtil
+
class webqtlFormData:
'Represents data from a WebQTL form page, needed to generate the next page'