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

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9413
80c06d472826
child 9482
a2bc06a54d9d
equal deleted inserted replaced
9472:5798ee4a8807 9473:3f23dbf37dbe
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.

eric ide

mercurial