3654:ffeb85cdc72d | 3656:441956d8fce5 |
---|---|
10 from __future__ import unicode_literals | 10 from __future__ import unicode_literals |
11 | 11 |
12 import os | 12 import os |
13 import json | 13 import json |
14 | 14 |
15 from PyQt4.QtCore import QCoreApplication, QDate, Qt | 15 from PyQt5.QtCore import QCoreApplication, QDate, Qt |
16 | 16 |
17 from .BookmarksImporter import BookmarksImporter | 17 from .BookmarksImporter import BookmarksImporter |
18 | 18 |
19 import UI.PixmapCache | 19 import UI.PixmapCache |
20 import Globals | 20 import Globals |