Add a result() method in the output interface
By default the output goes to sys.stdout. This is used in snf-mkimage to output the plankton answer when registering an image to a synnefo deployment. This resolves #21
Showing
- image_creator/dialog_main.py 2 additions, 1 deletionimage_creator/dialog_main.py
- image_creator/dialog_menu.py 1 addition, 1 deletionimage_creator/dialog_menu.py
- image_creator/dialog_util.py 2 additions, 2 deletionsimage_creator/dialog_util.py
- image_creator/main.py 5 additions, 6 deletionsimage_creator/main.py
- image_creator/output/__init__.py 4 additions, 0 deletionsimage_creator/output/__init__.py
- image_creator/output/cli.py 15 additions, 9 deletionsimage_creator/output/cli.py
- image_creator/output/composite.py 10 additions, 6 deletionsimage_creator/output/composite.py
- image_creator/output/dialog.py 18 additions, 0 deletionsimage_creator/output/dialog.py
Loading
Please register or sign in to comment