Utilities/py3flakes/__init__.py

Sat, 30 Jan 2010 18:37:18 +0000

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 30 Jan 2010 18:37:18 +0000
changeset 88
3701923bccf2
child 791
9ec2ac20e54e
permissions
-rw-r--r--

Added my own Python3 port of pyflakes and integrated py3flakes into syntax checker dialog and editor.

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

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

"""
Package containg the pyflakes Python3 port adapted for Qt.
"""

__version__ = '0.4.0'

eric ide

mercurial