789:c190cd71b097 | 790:2c0ea0163ef4 |
---|---|
65 pass | 65 pass |
66 | 66 |
67 class NoSource(CoverageException): | 67 class NoSource(CoverageException): |
68 """Used to indicate we couldn't find the source for a module.""" | 68 """Used to indicate we couldn't find the source for a module.""" |
69 pass | 69 pass |
70 | |
71 # | |
72 # eflag: FileType = Python2 |