5 |
5 |
6 """ |
6 """ |
7 Module implementing a class for showing an editor marker map. |
7 Module implementing a class for showing an editor marker map. |
8 """ |
8 """ |
9 |
9 |
10 from EricWidgets.EricMapWidget import EricMapWidget |
10 from eric7.EricWidgets.EricMapWidget import EricMapWidget |
11 |
11 |
12 import Preferences |
12 from eric7 import Preferences |
13 |
13 |
14 |
14 |
15 class EditorMarkerMap(EricMapWidget): |
15 class EditorMarkerMap(EricMapWidget): |
16 """ |
16 """ |
17 Class implementing a class for showing an editor marker map. |
17 Class implementing a class for showing an editor marker map. |