UtilitiesPython2/py2flakes/__init__.py

Fri, 03 Jan 2014 13:52:58 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 03 Jan 2014 13:52:58 +0100
changeset 3165
400234200cd6
parent 3160
209a07d7e401
child 3212
27a73942b8c8
child 3551
d608f3f42d71
permissions
-rw-r--r--

Fixed a serious bug in the doc style checker and made the style checker for Python2 more robust against exceptions in the external process.

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

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

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

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

eric ide

mercurial