--- a/UtilitiesPython2/py2flakes/__init__.py Sat Jan 18 14:49:00 2014 +0100 +++ b/UtilitiesPython2/py2flakes/__init__.py Sat Jan 18 14:52:33 2014 +0100 @@ -1,13 +1,13 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2011 - 2014 Detlev Offenbach <detlev@die-offenbachs.de> +# Copyright (c) 2010 - 2014 Detlev Offenbach <detlev@die-offenbachs.de> # """ -Package containg pyflakes for Python2. +Package containing pyflakes adapted to eric5. + +Note: This is a copy of the identical package contained in Utilities. +It is here to make it accessible to the external Python 2 process. """ -__version__ = '0.5.0' - -# -# eflag: FileType = Python2 +__version__ = '0.7.3'