Sat, 28 Sep 2013 13:16:58 +0200
Prepared new plug-in release.
diff -r 3c45744e2e3a -r b01348dd84d5 PluginPyLint.py --- a/PluginPyLint.py Fri Sep 27 19:33:52 2013 +0200 +++ b/PluginPyLint.py Sat Sep 28 13:16:58 2013 +0200 @@ -7,9 +7,9 @@ Module implementing the PyLint plug-in. """ -from __future__ import unicode_literals # __IGNORE_WARNING__ +from __future__ import unicode_literals # __IGNORE_WARNING__ try: - str = unicode + str = unicode # __IGNORE_WARNING__ except (NameError): pass
diff -r 3c45744e2e3a -r b01348dd84d5 PyLint/PyLintConfigDialog.py --- a/PyLint/PyLintConfigDialog.py Fri Sep 27 19:33:52 2013 +0200 +++ b/PyLint/PyLintConfigDialog.py Sat Sep 28 13:16:58 2013 +0200 @@ -7,9 +7,9 @@ Module implementing a dialog to configure the PyLint process """ -from __future__ import unicode_literals # __IGNORE_WARNING__ +from __future__ import unicode_literals # __IGNORE_WARNING__ try: - str = unicode + str = unicode # __IGNORE_WARNING__ except (NameError): pass
diff -r 3c45744e2e3a -r b01348dd84d5 PyLint/PyLintExecDialog.py --- a/PyLint/PyLintExecDialog.py Fri Sep 27 19:33:52 2013 +0200 +++ b/PyLint/PyLintExecDialog.py Sat Sep 28 13:16:58 2013 +0200 @@ -7,9 +7,9 @@ Module implementing a dialog to show the results of the PyLint run. """ -from __future__ import unicode_literals # __IGNORE_WARNING__ +from __future__ import unicode_literals # __IGNORE_WARNING__ try: - str = unicode + str = unicode # __IGNORE_WARNING__ except (NameError): pass