rewrite the waiting decorator and move it to a new module
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Wed, 28 Nov 2012 13:12:01 +0000 (15:12 +0200)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Fri, 30 Nov 2012 07:12:56 +0000 (09:12 +0200)
commita32fffd172a9f4346c2459cf4d114eeb350fb1e8
tree01fefc11ea4637d96f5283afe3564984ffaa09a6
parentd62f884bee0422ce178cc2da9d5be994aee1ea34
rewrite the waiting decorator and move it to a new module

In preparation for removing the msger module introduce a new module
'gitbuildsys.log' to contain all logging/output related functionality.

This change introduces and takes into use a rewritten 'waiting'
decorator in the new 'log' module.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
gitbuildsys/log.py [new file with mode: 0644]
gitbuildsys/oscapi.py