eric6/DebugClients/Python/__init__.py@9a008ab4811b
eric6/DebugClients/Python/__init__.py
Sun, 16 Feb 2020 19:36:46 +0100
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Sun, 16 Feb 2020 19:36:46 +0100
- branch
- multi_processing
- changeset 7422
- 9a008ab4811b
- parent 7360
-
9190402e4505
- child 7923
-
91e843545d9a
- permissions
- -rw-r--r--
Started implementing the patching of the os module.
# -*- coding: utf-8 -*-
# Copyright (c) 2005 - 2020 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Package implementing the standard Python debugger.
It consists of different kinds of debug clients.
"""