DebugClients/Python/__init__.py

Sat, 28 Mar 2015 12:11:11 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 28 Mar 2015 12:11:11 +0100
branch
6_0_x
changeset 4188
447bd181896b
parent 4022
f5f42921717e
child 4631
5c1a96925da4
permissions
-rw-r--r--

Fixed an issue in the Python debug clients causing unit tests to fail for threaded code (s. issue 178).
(grafted from 61fd08bac49ba3ce2bc15f897c7651b61f32077f)

# -*- coding: utf-8 -*-

# Copyright (c) 2005 - 2015 Detlev Offenbach <detlev@die-offenbachs.de>
#

"""
Package implementing the Python debugger.

It consists of different kinds of debug clients.
"""

#
# eflag: FileType = Python2

eric ide

mercurial