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

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

eric ide

mercurial