repoman: simplify EbuildAssignment check
authorZac Medico <zmedico@gentoo.org>
Mon, 8 Oct 2012 14:17:20 +0000 (07:17 -0700)
committerZac Medico <zmedico@gentoo.org>
Mon, 8 Oct 2012 14:17:20 +0000 (07:17 -0700)
commit202a55ef437e8d472f25a8013b5694efee855e78
tree001d25c15601ff321d3078af77037c451fdc7704
parent70f580e22e82dc26831cd759c56501c72a8db00f
repoman: simplify EbuildAssignment check

The line continuation code is no longer needed since commit
a1578c654f26cab07309bc9cbddd3c95c0c205b5, because wrapped lines are
automatically joined before they are passed to the check. Also, inherit
ignore_comment = True from LineCheck.
pym/repoman/checks.py