From: Douglas Bagnall Date: Thu, 11 Oct 2018 00:38:27 +0000 (+1300) Subject: python/kcc/graph: import KCCError, which is used somewhere X-Git-Tag: tdb-1.3.17~1012 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ca5bf32ad872673c7f2d33c8710238c3a19488b;p=thirdparty%2Fsamba.git python/kcc/graph: import KCCError, which is used somewhere Signed-off-by: Douglas Bagnall Reviewed-by: Noel Power --- diff --git a/python/samba/kcc/graph.py b/python/samba/kcc/graph.py index 327b471201f..d3044dd90b8 100644 --- a/python/samba/kcc/graph.py +++ b/python/samba/kcc/graph.py @@ -23,6 +23,7 @@ import itertools import heapq from samba.kcc.graph_utils import write_dot_file, verify_and_dot, verify_graph +from samba.kcc.kcc_utils import KCCError from samba.ndr import ndr_pack from samba.dcerpc import misc