diff -r 1a54f34202b8 -r 4cd58a0d6c28 UtilitiesPython2/pyflakes/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/UtilitiesPython2/pyflakes/__init__.py Sat Feb 01 16:29:24 2014 +0100 @@ -0,0 +1,13 @@ +# -*- coding: utf-8 -*- + +# Copyright (c) 2010 - 2014 Detlev Offenbach <detlev@die-offenbachs.de> +# + +""" +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.7.3'