DebugClients/Python2/__init__.py

branch
debugger speed
changeset 5174
8c48f5e0cd92
parent 5133
b7fe69c6cb1c
equal deleted inserted replaced
5170:fb9168c2e069 5174:8c48f5e0cd92
1 # -*- coding: utf-8 -*-
2
3 # Copyright (c) 2005 - 2016 Detlev Offenbach <detlev@die-offenbachs.de>
4 #
5
6 """
7 Package implementing the Python debugger.
8
9 It consists of different kinds of debug clients.
10 """
11
12 #
13 # eflag: FileType = Python2

eric ide

mercurial