DebugClients/Python/__init__.py

Tue, 26 Feb 2013 19:33:22 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 26 Feb 2013 19:33:22 +0100
changeset 2434
c148e2b8188d
parent 2302
f29e9405c851
child 2953
703452a2876f
child 3163
9f50365a0870
permissions
-rw-r--r--

Extended the AsyncFile class to offer more file attributes.

# -*- coding: utf-8 -*-

# Copyright (c) 2005 - 2013 Detlev Offenbach <detlev@die-offenbachs.de>
#

"""
Package implementing the Python debugger

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

#
# eflag: FileType = Python2

eric ide

mercurial