]> git.ozlabs.org Git - patchwork/commit - patchwork/management/commands/cron.py
trivial: Resolve PEP8 issues with 'management'
authorStephen Finucane <stephen.finucane@intel.com>
Fri, 21 Aug 2015 14:32:17 +0000 (15:32 +0100)
committerDamien Lespiau <damien.lespiau@intel.com>
Thu, 17 Sep 2015 16:58:10 +0000 (17:58 +0100)
commit544b8bbcc7ec80d94c96f181886c51b177530a95
tree72f3e760511edd25a2b527dee1049c7b37f7d3ff
parentac63b6b3564186191928044528e2afda862b7bc0
trivial: Resolve PEP8 issues with 'management'

(Added by Damien) This also moves from sys.stdout/sys.stderr to
self.stdout/self.stderr as adviced by the Django documentation.

Reviewed-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Stephen Finucane <stephen.finucane@intel.com>
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
patchwork/management/commands/cron.py
patchwork/management/commands/retag.py