DebugClients/Python/coverage/codeunit.py

branch
Py2 comp.
changeset 3515
1b8381afe38f
parent 3499
f2d4b02c7e88
child 4385
599681bf149a
equal deleted inserted replaced
3506:d85fadb263a0 3515:1b8381afe38f
141 # A file with no extension should be Python. 141 # A file with no extension should be Python.
142 if not ext: 142 if not ext:
143 return True 143 return True
144 # Everything else is probably not Python. 144 # Everything else is probably not Python.
145 return False 145 return False
146
147 #
148 # eflag: FileType = Python2

eric ide

mercurial