]> git.ipfire.org Git - thirdparty/patchwork.git/commit
parser: Move hash_diff and extract_tags
authorStephen Finucane <stephen.finucane@intel.com>
Tue, 12 Jul 2016 13:59:39 +0000 (14:59 +0100)
committerStephen Finucane <stephenfinucane@hotmail.com>
Fri, 2 Sep 2016 19:04:14 +0000 (20:04 +0100)
commit69112419b02d4a57530ec65f8ee6145d4fb11988
tree4d552174f2f728e7b45d966e1888cf0d3e1ac9e9
parent3c2ee2df8993d91c4e1dbe3bda77c1124616f57e
parser: Move hash_diff and extract_tags

These functions are only used in models.Patch. Add them as static
methods.

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