comparison: UtilitiesPython2/py2flakes/__init__.py
UtilitiesPython2/py2flakes/__init__.py
- changeset 802
- e8882d16384c
- child 1509
- c0b5e693b0eb
equal
deleted
inserted
replaced
|
1 # -*- coding: utf-8 -*- |
|
2 |
|
3 # Copyright (c) 2011 Detlev Offenbach <detlev@die-offenbachs.de> |
|
4 # |
|
5 |
|
6 """ |
|
7 Package containg pyflakes for Python2. |
|
8 """ |
|
9 |
|
10 __version__ = '0.4.0' |
|
11 |
|
12 # |
|
13 # eflag: FileType = Python2 |