Skip to content

Commit 5f624b7

Browse files
committed
Rename vcgutils.py to vcg_printer.py
1 parent e299c64 commit 5f624b7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

pylint/pyreverse/writer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
from pylint.pyreverse.dot_printer import DotPrinter
3333
from pylint.pyreverse.printer import EdgeType, Layout, NodeProperties, NodeType
3434
from pylint.pyreverse.utils import get_annotation_label, is_exception
35-
from pylint.pyreverse.vcgutils import VCGPrinter
35+
from pylint.pyreverse.vcg_printer import VCGPrinter
3636

3737

3838
class DiagramWriter:

0 commit comments

Comments
 (0)