Preferences/ConfigurationPages/WebBrowserPage.py

changeset 4917
682750cc7bd5
parent 4913
e16573640cb8
child 4957
55c9bb589b0a
equal deleted inserted replaced
4915:8081031061a2 4917:682750cc7bd5
4 # 4 #
5 5
6 """ 6 """
7 Module implementing the Web Browser configuration page. 7 Module implementing the Web Browser configuration page.
8 """ 8 """
9
10 from __future__ import unicode_literals
9 11
10 from PyQt5.QtCore import pyqtSlot, QLocale 12 from PyQt5.QtCore import pyqtSlot, QLocale
11 13
12 from .ConfigurationPageBase import ConfigurationPageBase 14 from .ConfigurationPageBase import ConfigurationPageBase
13 from .Ui_WebBrowserPage import Ui_WebBrowserPage 15 from .Ui_WebBrowserPage import Ui_WebBrowserPage

eric ide

mercurial