summaryrefslogtreecommitdiffstats
path: root/ipapython/graph.py
diff options
context:
space:
mode:
authorJan Barta <55042barta@sstebrno.eu>2016-06-03 12:45:01 +0200
committerMartin Basti <mbasti@redhat.com>2016-09-22 16:52:57 +0200
commit9bc57a01e1c0942e1a94ac0d948c8c5f8c0d4dcc (patch)
tree75e4df938295786de5cd715ddd6cdbceb570aba1 /ipapython/graph.py
parent568f9da331af14e5f05764c46f51a0410da1e49c (diff)
downloadfreeipa-9bc57a01e1c0942e1a94ac0d948c8c5f8c0d4dcc.tar.gz
freeipa-9bc57a01e1c0942e1a94ac0d948c8c5f8c0d4dcc.tar.xz
freeipa-9bc57a01e1c0942e1a94ac0d948c8c5f8c0d4dcc.zip
pylint: fix old-style-class
Reviewed-By: Tomas Krizek <tkrizek@redhat.com> Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>
Diffstat (limited to 'ipapython/graph.py')
-rw-r--r--ipapython/graph.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipapython/graph.py b/ipapython/graph.py
index b4373abea..0e06a0831 100644
--- a/ipapython/graph.py
+++ b/ipapython/graph.py
@@ -3,7 +3,7 @@
#
-class Graph():
+class Graph(object):
"""
Simple oriented graph structure