ProjectDjango/DjangoMigrationSelectionDialog.py

changeset 163
1622130167bb
parent 161
208fced62e00
child 168
c6182aab51e9
equal deleted inserted replaced
162:2df96a504e66 163:1622130167bb
4 # 4 #
5 5
6 """ 6 """
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
10 from __future__ import unicode_literals
11 9
12 import os 10 import os
13 11
14 from PyQt5.QtCore import pyqtSlot 12 from PyQt5.QtCore import pyqtSlot
15 from PyQt5.QtGui import QIcon 13 from PyQt5.QtGui import QIcon

eric ide

mercurial