diff options
-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 |