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

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9413
80c06d472826
child 9482
a2bc06a54d9d
equal deleted inserted replaced
9472:5798ee4a8807 9473:3f23dbf37dbe
7 Module implementing an importer for XBEL files. 7 Module implementing an importer for XBEL files.
8 """ 8 """
9 9
10 import os 10 import os
11 11
12 from PyQt6.QtCore import QCoreApplication, QXmlStreamReader, QDate, Qt 12 from PyQt6.QtCore import QCoreApplication, QDate, Qt, QXmlStreamReader
13
14 from eric7.EricGui import EricPixmapCache
13 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 XBEL source id. 21 Module function to get information for the given XBEL source id.

eric ide

mercurial