DebugClients/Python/__init__.py

Sat, 10 Sep 2016 16:29:20 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 10 Sep 2016 16:29:20 +0200
branch
6_1_x
changeset 5157
c271375ca534
parent 4632
ca310db386ed
permissions
-rw-r--r--

Little addition to the debuggers to make them more compatible with PyPy.

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

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