comparison: DebugClients/Python/coverage/backward.py
DebugClients/Python/coverage/backward.py
- changeset 3499
- f2d4b02c7e88
- parent 3497
- 7f51ab29a1a2
- child 4489
- d0d6e4ad31bd
equal
deleted
inserted
replaced
180 import hashlib |
180 import hashlib |
181 md5 = hashlib.md5 |
181 md5 = hashlib.md5 |
182 except ImportError: |
182 except ImportError: |
183 import md5 |
183 import md5 |
184 md5 = md5.new |
184 md5 = md5.new |
|
185 |
|
186 # |
|
187 # eflag: FileType = Python2 |