DebugClients/Python/coverage/misc.py

changeset 790
2c0ea0163ef4
parent 31
744cd0b4b8cd
child 3495
fac17a82b431
equal deleted inserted replaced
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

eric ide

mercurial