diff options
author | Pjotr Prins | 2016-06-18 06:29:21 +0000 |
---|---|---|
committer | Pjotr Prins | 2016-06-18 06:29:21 +0000 |
commit | f62c8ec7fa92f164b345b853c839afe6a72708b3 (patch) | |
tree | 5050973da1ed536608232593175f609758845e0f /wqflask/utility | |
parent | 540926af239735854084ec1cfe06a3bd4fed8977 (diff) | |
download | genenetwork2-f62c8ec7fa92f164b345b853c839afe6a72708b3.tar.gz |
Disable setting sys.paths
Diffstat (limited to 'wqflask/utility')
-rw-r--r-- | wqflask/utility/Plot.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/wqflask/utility/Plot.py b/wqflask/utility/Plot.py index 063de387..4752de57 100644 --- a/wqflask/utility/Plot.py +++ b/wqflask/utility/Plot.py @@ -38,8 +38,7 @@ from numarray import linear_algebra as la from numarray import ones, array, dot, swapaxes import reaper -sys.path.append("..") -print(sys.path) +# sys.path.append("..") Never in a running webserver from basicStatistics import corestats import svg |