DebugClients/Python3/__init__.py

Thu, 10 Mar 2011 10:29:12 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 10 Mar 2011 10:29:12 +0100
branch
5_1_x
changeset 936
f6bc16bd4198
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) 2009 - 2011 Detlev Offenbach <detlev@die-offenbachs.de>
#

"""
Package implementing the Python3 debugger

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

eric ide

mercurial