summaryrefslogtreecommitdiff
path: root/pylint/pyreverse
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/pyreverse')
-rw-r--r--pylint/pyreverse/writer.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/pylint/pyreverse/writer.py b/pylint/pyreverse/writer.py
index 88e7fdb..48cbe4e 100644
--- a/pylint/pyreverse/writer.py
+++ b/pylint/pyreverse/writer.py
@@ -16,10 +16,9 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Utilities for creating VCG and Dot diagrams"""
-from logilab.common.graph import DotBackend
-
from pylint.pyreverse.utils import is_exception
from pylint.pyreverse.vcgutils import VCGPrinter
+from pylint.graph import DotBackend
class DiagramWriter(object):
"""base class for writing project diagrams