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