comparison: DebugClients/Python2/__init__.py
DebugClients/Python2/__init__.py
- branch
- jsonrpc
- changeset 5133
- b7fe69c6cb1c
- parent 4631
- 5c1a96925da4
equal
deleted
inserted
replaced
|
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 |