From: Nikos Skalkotos Date: Tue, 12 Jun 2012 14:53:30 +0000 (+0300) Subject: Add cleanup method in output class X-Git-Tag: v0.1~80 X-Git-Url: https://code.grnet.gr/git/snf-image-creator/commitdiff_plain/ae10ac6397cfa3697d630a1dd6ee544c6adcf9d9 Add cleanup method in output class --- diff --git a/image_creator/output/__init__.py b/image_creator/output/__init__.py index 7143785..3087c9c 100644 --- a/image_creator/output/__init__.py +++ b/image_creator/output/__init__.py @@ -45,6 +45,9 @@ class Output(object): def output(self, msg='', new_line=True): pass + def cleanup(self): + pass + def _get_progress(self): progress = self._Progress progress.output = self