comparison: DebugClients/Python/__init__.py
DebugClients/Python/__init__.py
- branch
- 5_0_x
- changeset 807
- ecc71fdd67f1
- parent 792
- a13346916170
equal
deleted
inserted
replaced
6 """ |
6 """ |
7 Package implementing the Python debugger |
7 Package implementing the Python debugger |
8 |
8 |
9 It consists of different kinds of debug clients. |
9 It consists of different kinds of debug clients. |
10 """ |
10 """ |
|
11 |
|
12 # |
|
13 # eflag: FileType = Python2 |