diff options
author | zsloan | 2016-09-12 11:39:55 -0500 |
---|---|---|
committer | GitHub | 2016-09-12 11:39:55 -0500 |
commit | d3ee8ad4b193cdcb9762a267955a2778ea75dc5a (patch) | |
tree | f26008c7b4863c055b18e86f2298ed6116225b6d /wqflask/utility | |
parent | 11d04b1e6e7bac4d0eb0f9d8f8c5be57d6cb2ebd (diff) | |
parent | 5e106bad6e59d3a13be0b79715785948a3ff581a (diff) | |
download | genenetwork2-d3ee8ad4b193cdcb9762a267955a2778ea75dc5a.tar.gz |
Merge pull request #180 from pjotrp/zsloan
Support maintenance scripts
Diffstat (limited to 'wqflask/utility')
-rw-r--r-- | wqflask/utility/tools.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wqflask/utility/tools.py b/wqflask/utility/tools.py index bb8241f5..2c8cc5c5 100644 --- a/wqflask/utility/tools.py +++ b/wqflask/utility/tools.py @@ -3,6 +3,7 @@ import os import sys + from wqflask import app # Use the standard logger here to avoid a circular dependency |