diff options
Diffstat (limited to 'steuermann')
-rw-r--r-- | steuermann/__init__.py | 2 | ||||
-rw-r--r-- | steuermann/nodes.py | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/steuermann/__init__.py b/steuermann/__init__.py index b811f10..9d1ab75 100644 --- a/steuermann/__init__.py +++ b/steuermann/__init__.py @@ -1,6 +1,6 @@ __version__ = '2.0dev' -allowed_flags = { +allowed_flags = { '--all' : '-a' , '-a' : '' , # run all nodes non-interactively '-r' : '=' , # give run name diff --git a/steuermann/nodes.py b/steuermann/nodes.py index fb674b8..d02cbf6 100644 --- a/steuermann/nodes.py +++ b/steuermann/nodes.py @@ -4,6 +4,7 @@ Stuff related to the tree structure of the command set import fnmatch import sys +from . import allowed_flags #import exyapps.runtime |