Please review the patch which fixes a few errors reported by pylint in
dogtag's python code.
Also find attached the remaining errors to be fixed. Will submit a
detailed report in my next mail.
How i used pylint:
-- Installed pki packages.
-- Executed the following command -
cd /usr/lib/python2.7/sitepackages; pylint -E --include-ids=y pki/
pki/deployment/ pki/server/ `which pkispawn` `which pkidestroy` `which
pki-upgrade` `which pki-server-upgrade`
--Abhishek