UtilitiesPython2/py2flakes/__init__.py

Sat, 18 Jan 2014 14:52:33 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 18 Jan 2014 14:52:33 +0100
changeset 3212
27a73942b8c8
parent 3160
209a07d7e401
permissions
-rw-r--r--

Upgraded pyflakes for Python2.

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