UtilitiesPython2/py2flakes/__init__.py@8cfe4af1af36
UtilitiesPython2/py2flakes/__init__.py
Tue, 17 Jun 2014 21:09:24 +0200
- author
- T.Rzepka <Tobias.Rzepka@gmail.com>
- date
- Tue, 17 Jun 2014 21:09:24 +0200
- branch
- 5_4_x
- changeset 3641
- 8cfe4af1af36
- parent 3551
-
d608f3f42d71
- permissions
- -rw-r--r--
Fixed stop at sys.breakpoint() in run mode under Python3 and on first run (Py2 and 3).
(grafted from 2bf828881e86be11e4996264a0e580390ac0cc45)
# -*- 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