mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
pylint: fix old-style-class
Reviewed-By: Tomas Krizek <tkrizek@redhat.com> Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>
This commit is contained in:
@@ -48,7 +48,7 @@ def openLocked(filename, perms):
|
||||
#TODO: put section delimiters as separating element of the list
|
||||
# so that we can process multiple sections in one go
|
||||
#TODO: add a comment all but provided options as a section option
|
||||
class IPAChangeConf:
|
||||
class IPAChangeConf(object):
|
||||
|
||||
def __init__(self, name):
|
||||
self.progname = name
|
||||
|
||||
Reference in New Issue
Block a user