UtilitiesPython2/py2flakes/__init__.py@d608f3f42d71
UtilitiesPython2/py2flakes/__init__.py
Tue, 29 Apr 2014 23:28:07 +0200
- author
- T.Rzepka <Tobias.Rzepka@gmail.com>
- date
- Tue, 29 Apr 2014 23:28:07 +0200
- branch
- 5_4_x
- changeset 3551
- d608f3f42d71
- parent 3160
-
209a07d7e401
- permissions
- -rw-r--r--
updated pyflakes to version 0.8.1 (Python 3.4.0 compatible)
# -*- coding: utf-8 -*-
# Copyright (c) 2011 - 2014 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Package containg pyflakes for Python2.
"""
__version__ = '0.8.1'
#
# eflag: FileType = Python2