DebugClients/Python/__init__.py@71c51aae2f4e
DebugClients/Python/__init__.py
Sat, 15 Oct 2016 20:36:37 +0200
- author
- T.Rzepka <Tobias.Rzepka@gmail.com>
- date
- Sat, 15 Oct 2016 20:36:37 +0200
- changeset 5240
- 71c51aae2f4e
- parent 5179
-
5f56410e7624
- child 5389
-
9b1c800daff3
- permissions
- -rw-r--r--
Use importlib instead __import__ because it returns the correct module directly.
# -*- coding: utf-8 -*-
# Copyright (c) 2005 - 2016 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Package implementing the standard Python debugger.
It consists of different kinds of debug clients.
"""