ProjectPyramid/PyramidRoutesDialog.py

changeset 71
8a78fab32c18
parent 63
f249a66da0d5
child 74
11587ae1122f
equal deleted inserted replaced
70:8a89f6a21075 71:8a78fab32c18
5 5
6 """ 6 """
7 Module implementing a dialog showing the available routes. 7 Module implementing a dialog showing the available routes.
8 """ 8 """
9 9
10 from __future__ import unicode_literals # __IGNORE_WARNING__ 10 from __future__ import unicode_literals
11 try: 11 try:
12 str = unicode 12 str = unicode
13 except (NameError): 13 except NameError:
14 pass 14 pass
15 15
16 import os 16 import os
17 17
18 from PyQt4.QtCore import QProcess, QTimer, pyqtSlot, Qt, QCoreApplication 18 from PyQt4.QtCore import QProcess, QTimer, pyqtSlot, Qt, QCoreApplication

eric ide

mercurial