src/eric7/WebBrowser/Bookmarks/BookmarksImporters/ChromeImporter.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9413
80c06d472826
child 9482
a2bc06a54d9d
equal deleted inserted replaced
9472:5798ee4a8807 9473:3f23dbf37dbe
5 5
6 """ 6 """
7 Module implementing an importer for Chrome bookmarks. 7 Module implementing an importer for Chrome bookmarks.
8 """ 8 """
9 9
10 import json
10 import os 11 import os
11 import json
12 12
13 from PyQt6.QtCore import QCoreApplication, QDate, Qt 13 from PyQt6.QtCore import QCoreApplication, QDate, Qt
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.

eric ide

mercurial