Sun, 30 Mar 2014 15:57:50 +0200
Fixed an issue in the Python variant detection code causing none Python files being detected as Python files.
# -*- 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'