DebugClients/Python/__init__.py

Sun, 28 Apr 2013 19:02:44 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 28 Apr 2013 19:02:44 +0200
changeset 2636
f3dd3c8d4aa4
parent 2302
f29e9405c851
child 2953
703452a2876f
child 3163
9f50365a0870
permissions
-rw-r--r--

Fixed an issue in the Python debug clients caused by the current thread being None.

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

# Copyright (c) 2005 - 2013 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