DebugClients/Python/coverage/misc.py

branch
5_0_x
changeset 807
ecc71fdd67f1
parent 31
744cd0b4b8cd
child 3495
fac17a82b431
equal deleted inserted replaced
806:30db18b3c78b 807:ecc71fdd67f1
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