Pylint: enable reimported check

Fixes current reimports and enables pylint check for them

Reviewed-By: Petr Spacek <pspacek@redhat.com>
Reviewed-By: Lukas Slebodnik <lslebodn@redhat.com>
This commit is contained in:
Martin Basti
2016-03-17 19:38:53 +01:00
parent 5add0f94cf
commit d46cd5d956
8 changed files with 3 additions and 12 deletions

View File

@@ -404,7 +404,6 @@ if __name__ == '__main__':
# this can be run with:
# python ipalib/x509.py < /etc/ipa/ca.crt
from ipalib import api
api.bootstrap()
api.finalize()