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.EricGui import EricPixmapCache |
|
15 |
14 from .BookmarksImporter import BookmarksImporter |
16 from .BookmarksImporter import BookmarksImporter |
15 |
|
16 from eric7.EricGui import EricPixmapCache |
|
17 |
17 |
18 |
18 |
19 def getImporterInfo(sourceId): |
19 def getImporterInfo(sourceId): |
20 """ |
20 """ |
21 Module function to get information for the given HTML source id. |
21 Module function to get information for the given HTML source id. |