Extract tags related logical units from cmdlib
authorThomas Thrainer <thomasth@google.com>
Mon, 13 May 2013 09:16:43 +0000 (11:16 +0200)
committerThomas Thrainer <thomasth@google.com>
Fri, 17 May 2013 09:31:42 +0000 (11:31 +0200)
commitfb3891d0792bde1636592db7b106b447b7366fbe
tree4012990c2f766258d20ed25641e460294c6c836d
parent1a732a74937bccba6d9ee3a8308d3bfdfaa795e3
Extract tags related logical units from cmdlib

LUTags* and their base class, TagsLU, are extracted to tags.py. An
additional shared function, _ShareAll, is extracted to common.py for
shared usage.

Signed-off-by: Thomas Thrainer <thomasth@google.com>
Reviewed-by: Bernardo Dal Seno <bdalseno@google.com>
Makefile.am
lib/cmdlib/__init__.py
lib/cmdlib/common.py
lib/cmdlib/tags.py [new file with mode: 0644]