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

@@ -102,7 +102,7 @@ class UpgradeMissingVersionError(UpgradeVersionError):
pass
class ReplicaConfig:
class ReplicaConfig(object):
def __init__(self, top_dir=None):
self.realm_name = ""
self.domain_name = ""