Corrected the JavaScript settings dialog to add the __futures__ import statement.

Sun, 08 May 2016 19:41:53 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 08 May 2016 19:41:53 +0200
changeset 4977
f824f4e8a024
parent 4976
fa68a30f3cd0
child 4978
27fba2b81749

Corrected the JavaScript settings dialog to add the __futures__ import statement.

WebBrowser/StatusBar/JavaScriptSettingsDialog.py file | annotate | diff | comparison | revisions
--- a/WebBrowser/StatusBar/JavaScriptSettingsDialog.py	Sun May 08 19:41:05 2016 +0200
+++ b/WebBrowser/StatusBar/JavaScriptSettingsDialog.py	Sun May 08 19:41:53 2016 +0200
@@ -7,6 +7,8 @@
 Module implementing the JavaScript settings dialog.
 """
 
+from __future__ import unicode_literals
+
 from PyQt5.QtCore import pyqtSlot
 from PyQt5.QtWidgets import QDialog
 

eric ide

mercurial