Preferences/ConfigurationPages/HelpInterfacePage.py

branch
Py2 comp.
changeset 3145
a9de05d4a22f
parent 3058
0a02c433f52d
child 3484
645c12de6b0c
equal deleted inserted replaced
3144:bb63e24383e4 3145:a9de05d4a22f
2 2
3 """ 3 """
4 Module implementing the Interface configuration page (variant for web browser). 4 Module implementing the Interface configuration page (variant for web browser).
5 """ 5 """
6 6
7 from __future__ import unicode_literals # __IGNORE_WARNING__ 7 from __future__ import unicode_literals
8 8
9 from PyQt4.QtCore import pyqtSlot 9 from PyQt4.QtCore import pyqtSlot
10 from PyQt4.QtGui import QStyleFactory 10 from PyQt4.QtGui import QStyleFactory
11 11
12 from E5Gui.E5Completers import E5FileCompleter 12 from E5Gui.E5Completers import E5FileCompleter

eric ide

mercurial