diff -r ac84ac3c0f05 -r f0cb7579c0b4 Plugins/CheckerPlugins/SyntaxChecker/pyflakes/checker.py --- a/Plugins/CheckerPlugins/SyntaxChecker/pyflakes/checker.py Sat Jul 05 11:41:14 2014 +0200 +++ b/Plugins/CheckerPlugins/SyntaxChecker/pyflakes/checker.py Sat Jul 05 12:13:23 2014 +0200 @@ -4,7 +4,7 @@ # # Original (c) 2005-2010 Divmod, Inc. # -# This module is based on pyflakes but was modified to work with eric5 +# This module is based on pyflakes but was modified to work with eric6 """ Main module.