--- a/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py Sun Nov 15 13:31:39 2015 +0100 +++ b/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py Sun Nov 15 13:52:29 2015 +0100 @@ -28,8 +28,8 @@ from . import pep8 try: - basestring -except: + basestring # __IGNORE_WARNING__ +except Exception: basestring = str # define for Python3