diff options
author | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2014-09-10 14:53:47 -0400 |
---|---|---|
committer | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2014-09-10 14:53:47 -0400 |
commit | 61a1aa030f2aa864bd2583bc2dc82510cddee6ca (patch) | |
tree | 021224340f527180b55f5fcb9e92ff1d75ea86e4 /steuermann | |
parent | c134411257cef15e1abf0fa0df82314f9b0d6afa (diff) | |
download | steuermann-61a1aa030f2aa864bd2583bc2dc82510cddee6ca.tar.gz |
...and forgot the same import in run_all.py
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1321 d34015c8-bcbb-4646-8ac8-8ba5febf221d
Diffstat (limited to 'steuermann')
-rw-r--r-- | steuermann/run_all.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/steuermann/run_all.py b/steuermann/run_all.py index fa8f11f..20623d9 100644 --- a/steuermann/run_all.py +++ b/steuermann/run_all.py @@ -18,6 +18,8 @@ import steuermann.config import pandokia.helpers.easyargs as easyargs import pandokia.text_table as text_table +from . import allowed_flags + try : import readline |