From ae10ac6397cfa3697d630a1dd6ee544c6adcf9d9 Mon Sep 17 00:00:00 2001 From: Nikos Skalkotos Date: Tue, 12 Jun 2012 17:53:30 +0300 Subject: [PATCH] Add cleanup method in output class --- image_creator/output/__init__.py | 3 +++ 1 file changed, 3 insertions(+) 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 -- 1.7.10.4