UtilitiesPython2/pyflakes/__init__.py

Sun, 13 Apr 2014 17:29:48 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 13 Apr 2014 17:29:48 +0200
changeset 3507
b09e10d4f343
parent 3246
4cd58a0d6c28
permissions
-rw-r--r--

Changed the install script to accept a '-n' option to set the name of the directory where the Mac application bundle should be created in.

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