UtilitiesPython2/pyflakes/__init__.py

Thu, 10 Apr 2014 23:02:20 +0200

author
T.Rzepka <Tobias.Rzepka@gmail.com>
date
Thu, 10 Apr 2014 23:02:20 +0200
changeset 3497
7f51ab29a1a2
parent 3246
4cd58a0d6c28
permissions
-rw-r--r--

updated coverage to 3.7.1
(grafted from fac17a82b4314c14a5eea4fdc158059fa0540566)

# -*- 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'

eric ide

mercurial