summaryrefslogtreecommitdiff
path: root/coverage/execfile.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Even better execution of main files.Ned Batchelder2009-04-041-7/+23
|
* Factor execfile out of cmdline, so that we can call python main programs ↵Ned Batchelder2009-04-031-0/+11
properly: now they get the correct value for __file__.