UtilitiesPython2/pyflakes/__init__.py

Sat, 01 Feb 2014 16:29:24 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 01 Feb 2014 16:29:24 +0100
changeset 3246
4cd58a0d6c28
parent 3212
UtilitiesPython2/py2flakes/__init__.py@27a73942b8c8
permissions
-rw-r--r--

Some code style fixes and renaming of UtilitiesPython2.py2flakes to UtilitiesPython2.pyflakes to make it clear, that it is just a copy of the one in Utilities.

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