comparison: Utilities/py3flakes/__init__.py
Utilities/py3flakes/__init__.py
- branch
- Py2 comp.
- changeset 3456
- 96232974dcdb
- parent 3178
- f25fc1364c88
- parent 3445
- bf95eac5ce12
- child 3484
- 645c12de6b0c
equal
deleted
inserted
replaced
1 # -*- coding: utf-8 -*- |
|
2 |
|
3 # Copyright (c) 2010 - 2014 Detlev Offenbach <detlev@die-offenbachs.de> |
|
4 # |
|
5 |
|
6 """ |
|
7 Package containg the pyflakes Python3 port adapted for Qt. |
|
8 """ |
|
9 |
|
10 __version__ = '0.5.0' |
|