Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleChecker.py

changeset 4543
2e6a880670e9
parent 4506
57666e501a42
child 4555
861e1741985c
--- a/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleChecker.py	Wed Nov 04 15:38:02 2015 +0100
+++ b/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleChecker.py	Wed Nov 04 16:25:25 2015 +0100
@@ -7,6 +7,8 @@
 Module implementing the code style checker.
 """
 
+from __future__ import unicode_literals
+
 import sys
 import multiprocessing
 

eric ide

mercurial