summaryrefslogtreecommitdiff
path: root/python/samba/kcc/graph.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/samba/kcc/graph.py')
-rw-r--r--python/samba/kcc/graph.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/samba/kcc/graph.py b/python/samba/kcc/graph.py
index c866ccc3bcb..d47d2f80c6f 100644
--- a/python/samba/kcc/graph.py
+++ b/python/samba/kcc/graph.py
@@ -793,6 +793,7 @@ class MultiEdgeSet(object):
class MultiEdge(object):
+ """An "edge" between multiple vertices"""
def __init__(self):
self.site_link = None # object siteLink
self.vertices = []