DebugClients/Python/__init__.py

Fri, 31 Dec 2010 15:46:14 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 31 Dec 2010 15:46:14 +0100
changeset 790
2c0ea0163ef4
parent 13
1af94a91f439
child 791
9ec2ac20e54e
permissions
-rw-r--r--

Marked the Python2 debugger client files with the new eflag: marker.

# -*- 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.
"""

#
# eflag: FileType = Python2

eric ide

mercurial