comparison: DebugClients/Python/__init__.py
DebugClients/Python/__init__.py
- changeset 790
- 2c0ea0163ef4
- parent 13
- 1af94a91f439
- child 791
- 9ec2ac20e54e
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 |