--- a/QScintilla/Editor.py Tue Mar 07 18:46:09 2017 +0100 +++ b/QScintilla/Editor.py Tue Mar 07 18:53:18 2017 +0100 @@ -8,8 +8,8 @@ """ from __future__ import unicode_literals try: - str = unicode - chr = unichr + str = unicode # __IGNORE_WARNING_M131__ + chr = unichr # __IGNORE_WARNING_M131__ except NameError: pass