11 import os |
11 import os |
12 import time |
12 import time |
13 |
13 |
14 from PyQt6.QtWidgets import QApplication, QGraphicsTextItem |
14 from PyQt6.QtWidgets import QApplication, QGraphicsTextItem |
15 |
15 |
|
16 from eric7 import Preferences, Utilities |
16 from eric7.EricWidgets.EricProgressDialog import EricProgressDialog |
17 from eric7.EricWidgets.EricProgressDialog import EricProgressDialog |
17 |
18 |
18 from .UMLDiagramBuilder import UMLDiagramBuilder |
19 from .UMLDiagramBuilder import UMLDiagramBuilder |
19 |
|
20 from eric7 import Preferences, Utilities |
|
21 |
20 |
22 |
21 |
23 class ImportsDiagramBuilder(UMLDiagramBuilder): |
22 class ImportsDiagramBuilder(UMLDiagramBuilder): |
24 """ |
23 """ |
25 Class implementing a builder for imports diagrams of a package. |
24 Class implementing a builder for imports diagrams of a package. |