From 61a1aa030f2aa864bd2583bc2dc82510cddee6ca Mon Sep 17 00:00:00 2001 From: cslocum Date: Wed, 10 Sep 2014 18:53:47 +0000 Subject: ...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 --- steuermann/run_all.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'steuermann') 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 -- cgit