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:
Jan Barta
2016-06-03 12:45:01 +02:00
committed by Martin Basti
parent 568f9da331
commit 9bc57a01e1
8 changed files with 12 additions and 9 deletions

View File

@@ -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