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