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:
@@ -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 = ""
|
||||
|
||||
Reference in New Issue
Block a user