DebugClients/Python/__init__.py@5fa59ceba7e1
DebugClients/Python/__init__.py
Sun, 27 Jan 2013 16:34:50 +0100
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Sun, 27 Jan 2013 16:34:50 +0100
- branch
- 5_3_x
- changeset 2378
- 5fa59ceba7e1
- parent 2302
-
f29e9405c851
- child 2953
-
703452a2876f
- child 3163
-
9f50365a0870
- permissions
- -rw-r--r--
Fixed some more bugs in the Python2 and Python3 debug clients.
(grafted from a0409e65bd813de5f9f94f54cb74989f0aefd5c1)
# -*- 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