comparison: Utilities/py3flakes/__init__.py
Utilities/py3flakes/__init__.py
- branch
- BgService
- changeset 3173
- 1fb284abe46e
- parent 3172
- c0f78e9d0971
- child 3174
- 86047f5f4155
equal
deleted
inserted
replaced
1 # -*- coding: utf-8 -*- |
|
2 |
|
3 # Copyright (c) 2010 - 2013 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' |
|