DebugClients/Python3/__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 791
9ec2ac20e54e
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) 2009 - 2010 Detlev Offenbach <detlev@die-offenbachs.de>
#

"""
Package implementing the Python3 debugger

It consists of different kinds of debug clients.
"""

eric ide

mercurial