aboutsummaryrefslogtreecommitdiff
path: root/steuermann
diff options
context:
space:
mode:
authorcslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d>2014-09-10 14:53:47 -0400
committercslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d>2014-09-10 14:53:47 -0400
commit61a1aa030f2aa864bd2583bc2dc82510cddee6ca (patch)
tree021224340f527180b55f5fcb9e92ff1d75ea86e4 /steuermann
parentc134411257cef15e1abf0fa0df82314f9b0d6afa (diff)
downloadsteuermann-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.py2
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