diff options
author | Zachary Sloan | 2012-09-28 16:56:42 -0500 |
---|---|---|
committer | Zachary Sloan | 2012-09-28 16:56:42 -0500 |
commit | 8bd404246b83f46f34c9b162c39c2dfc6ab39049 (patch) | |
tree | 46f0b0428fa4d064c8597bca2235986b1e8c9ba3 /wqflask/base/webqtlFormData.py | |
parent | e3da0943461b8f5c498c374d58cfcdf65b98c1ba (diff) | |
download | genenetwork2-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/webqtlFormData.py')
-rwxr-xr-x | wqflask/base/webqtlFormData.py | 1 |
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' |