ProjectDjango/DjangoMigrationSelectionDialog.py

branch
eric7
changeset 172
ea7980ded4f3
parent 169
b8f263e05c39
child 175
30cb5e553e7e
equal deleted inserted replaced
171:af99f0984f20 172:ea7980ded4f3
7 Module implementing a dialog to select an application and migration. 7 Module implementing a dialog to select an application and migration.
8 """ 8 """
9 9
10 import os 10 import os
11 11
12 from PyQt5.QtCore import pyqtSlot 12 from PyQt6.QtCore import pyqtSlot
13 from PyQt5.QtGui import QIcon 13 from PyQt6.QtGui import QIcon
14 from PyQt5.QtWidgets import QDialog 14 from PyQt6.QtWidgets import QDialog
15 15
16 from .Ui_DjangoMigrationSelectionDialog import ( 16 from .Ui_DjangoMigrationSelectionDialog import (
17 Ui_DjangoMigrationSelectionDialog 17 Ui_DjangoMigrationSelectionDialog
18 ) 18 )
19 19

eric ide

mercurial