1964:6a6a53f2d086 | 1965:96f5a76e1845 |
---|---|
6 """ | 6 """ |
7 Module implementing a base class for the bookmarks importers. | 7 Module implementing a base class for the bookmarks importers. |
8 """ | 8 """ |
9 | 9 |
10 from PyQt4.QtCore import QObject | 10 from PyQt4.QtCore import QObject |
11 | |
11 | 12 |
12 class BookmarksImporter(QObject): | 13 class BookmarksImporter(QObject): |
13 """ | 14 """ |
14 Class implementing the base class for the bookmarks importers. | 15 Class implementing the base class for the bookmarks importers. |
15 """ | 16 """ |