9 |
9 |
10 import os |
10 import os |
11 |
11 |
12 from PyQt6.QtCore import QCoreApplication, QDate, Qt |
12 from PyQt6.QtCore import QCoreApplication, QDate, Qt |
13 |
13 |
|
14 from eric7 import Globals |
|
15 from eric7.EricGui import EricPixmapCache |
|
16 |
14 from .BookmarksImporter import BookmarksImporter |
17 from .BookmarksImporter import BookmarksImporter |
15 |
|
16 from eric7.EricGui import EricPixmapCache |
|
17 from eric7 import Globals |
|
18 |
18 |
19 |
19 |
20 def getImporterInfo(sourceId): |
20 def getImporterInfo(sourceId): |
21 """ |
21 """ |
22 Module function to get information for the given source id. |
22 Module function to get information for the given source id. |