[PUSHED] Re: Patch that refactors QA wrangler script

2013-05-06 Thread Petr Mladek
Marc Garcia píše v Po 29. 04. 2013 v 12:55 +0200: > > Here you have the main changes to it: > - Made the script more modular > - Made it more Pythonic > - Added copyright information > - Usage information is displayed when called with -h parameter > - Made it more scalable, as it allows to a

Patch that refactors QA wrangler script

2013-04-29 Thread Marc Garcia
Hi there, I refactored the Python script "qawrangler-stats.py" on the dev-tools repo. While the original version was working fine, it could be improved in many ways. Here you have the main changes to it: - Made the script more modular - Made it more Pythonic - Added copyright information - Us