UtilitiesPython2/pyflakes/__init__.py

Tue, 25 Mar 2014 19:01:18 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 25 Mar 2014 19:01:18 +0100
changeset 3427
fa382f1d4793
parent 3246
4cd58a0d6c28
permissions
-rw-r--r--

Fixed a translation issue causing the Enter key not being configured for some languages.

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