UI/SymbolsWidget.py

branch
Py2 comp.
changeset 3145
a9de05d4a22f
parent 3058
0a02c433f52d
child 3161
06f57a834adf
diff -r bb63e24383e4 -r a9de05d4a22f UI/SymbolsWidget.py
--- a/UI/SymbolsWidget.py	Sat Dec 14 23:05:59 2013 +0100
+++ b/UI/SymbolsWidget.py	Sat Dec 14 23:44:25 2013 +0100
@@ -7,14 +7,14 @@
 Module implementing a widget to select a symbol in various formats.
 """
 
-from __future__ import unicode_literals    # __IGNORE_WARNING__
+from __future__ import unicode_literals
 
 import sys
 import unicodedata
 try:  # Py3
     import html.entities as html_entities
 except (ImportError):
-    chr = unichr
+    chr = unichr    # __IGNORE_WARNING__
     import htmlentitydefs as html_entities    # __IGNORE_WARNING__
 
 from PyQt4.QtCore import pyqtSlot, pyqtSignal, QAbstractTableModel, \

eric ide

mercurial