UtilitiesPython2/py2flakes/__init__.py@8ddb232355b9
UtilitiesPython2/py2flakes/__init__.py
Wed, 29 Jun 2011 13:51:58 +0200
- author
- detlev@die-offenbachs.de
- date
- Wed, 29 Jun 2011 13:51:58 +0200
- branch
- 5_1_x
- changeset 1146
- 8ddb232355b9
- parent 802
-
e8882d16384c
- child 1509
-
c0b5e693b0eb
- permissions
- -rw-r--r--
Fix for the PEP-8 checker to handle unicode better.
(transplanted from 2a16484e65c260b2610034f0021be78e8cd124d5)
# -*- coding: utf-8 -*-
# Copyright (c) 2011 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Package containg pyflakes for Python2.
"""
__version__ = '0.4.0'
#
# eflag: FileType = Python2