aboutsummaryrefslogtreecommitdiff
path: root/web/webqtl/maintainance/genSelectDatasetJS.py
diff options
context:
space:
mode:
Diffstat (limited to 'web/webqtl/maintainance/genSelectDatasetJS.py')
-rwxr-xr-xweb/webqtl/maintainance/genSelectDatasetJS.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/webqtl/maintainance/genSelectDatasetJS.py b/web/webqtl/maintainance/genSelectDatasetJS.py
index bc88beec..d03cc7af 100755
--- a/web/webqtl/maintainance/genSelectDatasetJS.py
+++ b/web/webqtl/maintainance/genSelectDatasetJS.py
@@ -27,6 +27,9 @@
# created by Ning Liu 07/01/2010
# This script is to generate selectDatasetMenu.js file for cascade menu in the main search page http://www.genenetwork.org/.
# This script will be run automatically every one hour or manually when database has been changed .
+
+from __future__ import print_function, division
+
import sys, os
current_file_name = __file__