DebugClients/Python/__init__.py@36b1d9bec8f6
DebugClients/Python/__init__.py
Sun, 13 Mar 2016 12:48:53 +0100
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Sun, 13 Mar 2016 12:48:53 +0100
- branch
- 6_1_x
- changeset 4848
- 36b1d9bec8f6
- parent 4632
-
ca310db386ed
- permissions
- -rw-r--r--
Fixed a few issues introduced while porting the shell completion code from default branch.
# -*- 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