]> git.ipfire.org Git - thirdparty/patchwork.git/commit
parsemail: Move parsing to 'parser'
authorStephen Finucane <stephen.finucane@intel.com>
Sun, 10 Apr 2016 12:45:13 +0000 (13:45 +0100)
committerStephen Finucane <stephenfinucane@hotmail.com>
Fri, 2 Sep 2016 19:04:14 +0000 (20:04 +0100)
commitf9952978b44b8fa91e61b8fb57eeee541cf617a5
treea40e7278ea06e55ed243392cb5604a80a52733cc
parent69112419b02d4a57530ec65f8ee6145d4fb11988
parsemail: Move parsing to 'parser'

Separate the parsing of mails from the CLI aspects of parsemail. Since
there is already a 'parser' module, it makes sense to place the parsing
functionality here. This will allow for additional uses of this parsing
functionality in the future.

Signed-off-by: Stephen Finucane <stephen.finucane@intel.com>
Reviewed-by: Andy Doan <andy.doan@linaro.org>
patchwork/bin/parsearchive.py
patchwork/bin/parsemail.py
patchwork/parser.py
patchwork/tests/test_parser.py