7 Module implementing the synchronization FTP host settings wizard page. |
7 Module implementing the synchronization FTP host settings wizard page. |
8 """ |
8 """ |
9 |
9 |
10 from __future__ import unicode_literals |
10 from __future__ import unicode_literals |
11 |
11 |
12 from PyQt4.QtGui import QWizardPage |
12 from PyQt5.QtWidgets import QWizardPage |
13 |
13 |
14 from .Ui_SyncFtpSettingsPage import Ui_SyncFtpSettingsPage |
14 from .Ui_SyncFtpSettingsPage import Ui_SyncFtpSettingsPage |
15 |
15 |
16 import Preferences |
16 import Preferences |
17 |
17 |