UtilitiesPython2/py2flakes/__init__.py

Mon, 25 Mar 2013 03:28:43 +0100

author
T.Rzepka <Tobias.Rzepka@gmail.com>
date
Mon, 25 Mar 2013 03:28:43 +0100
branch
Py2 comp.
changeset 2526
a91cba8291b9
parent 2302
f29e9405c851
child 3160
209a07d7e401
permissions
-rw-r--r--

Minimum modifications to start Eric5 with Py2.

# -*- coding: utf-8 -*-

# Copyright (c) 2011 - 2013 Detlev Offenbach <detlev@die-offenbachs.de>
#

"""
Package containg pyflakes for Python2.
"""

__version__ = '0.5.0'
    
#
# eflag: FileType = Python2

eric ide

mercurial