summaryrefslogtreecommitdiffstats
path: root/ipapython/kerberos.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipapython/kerberos.py')
-rw-r--r--ipapython/kerberos.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipapython/kerberos.py b/ipapython/kerberos.py
index 946d3db5c..a6499f930 100644
--- a/ipapython/kerberos.py
+++ b/ipapython/kerberos.py
@@ -61,7 +61,7 @@ def split_principal_name(principal_name):
@six.python_2_unicode_compatible
-class Principal(object):
+class Principal:
"""
Container for the principal name and realm according to RFC 1510
"""