On Tue, 2015-09-22 at 10:45 +0200, Jan Cholasta wrote: > 4) pylint fails with: > > daemons/ipa-custodia/ipakeys/kem.py:156: [E1002(super-on-old-class), > IPAKEMKeys.__init__] Use of super on an old style class) > daemons/ipa-custodia/ipakeys/kem.py:178: [E1101(no-member), > IPAKEMKeys.generate_server_keys] Instance of 'IPAKEMKeys' has no > 'config' member) > daemons/ipa-custodia/ipakeys/kem.py:187: [E1101(no-member), > IPAKEMKeys.server_keys] Instance of 'IPAKEMKeys' has no 'config' > member)
I do not know why pylint gives you these errors. The top level class for IPAKEMKeys is is ultimatile the custodia class called HTTPAuthorizer which is defined as a new-style class (derives from object), that class also unconditionally inits config. Maybe you ran pylint w/o custodia installed ? Simo. -- Simo Sorce * Red Hat, Inc * New York -- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code