eric6/Preferences/ConfigurationPages/WebBrowserInterfacePage.py

changeset 7639
422fd05e9c91
parent 7433
386487a96672
child 8218
7c09585bd960
equal deleted inserted replaced
7638:176145438b1e 7639:422fd05e9c91
4 # 4 #
5 5
6 """ 6 """
7 Module implementing the Interface configuration page (variant for web browser). 7 Module implementing the Interface configuration page (variant for web browser).
8 """ 8 """
9
10 from __future__ import unicode_literals
11 9
12 from PyQt5.QtWidgets import QStyleFactory 10 from PyQt5.QtWidgets import QStyleFactory
13 11
14 from E5Gui.E5PathPicker import E5PathPickerModes 12 from E5Gui.E5PathPicker import E5PathPickerModes
15 13

eric ide

mercurial