DebugClients/Python/__init__.py@918a6be6f051
DebugClients/Python/__init__.py
Sun, 07 Feb 2010 14:18:01 +0000
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Sun, 07 Feb 2010 14:18:01 +0000
- changeset 107
- 918a6be6f051
- parent 13
-
1af94a91f439
- child 790
-
2c0ea0163ef4
- child 792
-
a13346916170
- permissions
- -rw-r--r--
Deleted the code setting the default encoding because this has to be (and is automatically set to) utf-8 for Python3.
# -*- coding: utf-8 -*-
# Copyright (c) 2005 - 2010 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Package implementing the Python debugger
It consists of different kinds of debug clients.
"""