Project/ProjectSourcesBrowser.py

branch
Py2 comp.
changeset 2525
8b507a9a2d40
parent 2408
dc3a7c9d8f6e
child 2541
1ffa9f2f1be5
equal deleted inserted replaced
2523:139f182b72f6 2525:8b507a9a2d40
4 # 4 #
5 5
6 """ 6 """
7 Module implementing a class used to display the Sources part of the project. 7 Module implementing a class used to display the Sources part of the project.
8 """ 8 """
9
10 from __future__ import unicode_literals # __IGNORE_WARNING__
9 11
10 import os 12 import os
11 13
12 from PyQt4.QtCore import pyqtSignal 14 from PyQt4.QtCore import pyqtSignal
13 from PyQt4.QtGui import QDialog, QInputDialog, QMenu 15 from PyQt4.QtGui import QDialog, QInputDialog, QMenu

eric ide

mercurial