DebugClients/Python/__init__.py

Thu, 10 Mar 2011 10:27:57 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 10 Mar 2011 10:27:57 +0100
changeset 935
bf9ee1e00bc5
parent 791
9ec2ac20e54e
child 1509
c0b5e693b0eb
permissions
-rw-r--r--

Fixed an issue in the Python debuggers related to the usage of the locals dictionary.

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

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