comparison: UtilitiesPython2/py2flakes/__init__.py
UtilitiesPython2/py2flakes/__init__.py
- branch
- Py2 comp.
- changeset 2571
- e6bb19eb87ea
- parent 2552
- 1e893ea4e366
- child 2572
- dc6d76ab5d10
equal
deleted
inserted
replaced
1 # -*- coding: utf-8 -*- |
|
2 |
|
3 # Copyright (c) 2011 - 2013 Detlev Offenbach <detlev@die-offenbachs.de> |
|
4 # |
|
5 |
|
6 """ |
|
7 Package containg pyflakes for Python2. |
|
8 """ |
|
9 |
|
10 __version__ = '0.5.0' |
|
11 |
|
12 # |
|
13 # eflag: FileType = Python2 |
|