Commit Graph

8 Commits

Author SHA1 Message Date
practicalswift
265835fdfc [Python] Use consistent import ordering for Python code
Ordering used:
1.) standard library imports
2.) third party imports
3.) local package imports

Each group is individually alphabetized.
2016-03-07 23:25:16 +01:00
Harlan Haskins
2b2204030b [coverage] Removed unused imports 2016-02-02 13:30:25 -08:00
Harlan Haskins
13bae93d99 [coverage] pep8 2016-02-02 13:26:27 -08:00
Harlan Haskins
cf30318aeb [coverage] Converted to python standard logging framework 2016-02-02 12:59:13 -08:00
Harlan Haskins
6ec0dd3066 [coverage] Added log file output to profdata merger 2016-02-02 10:43:29 -08:00
Harlan Haskins
873af8e3d3 [coverage] Fail gracefully on non-Darwin 2016-02-01 16:13:17 -08:00
Harlan Haskins
eb9fb9cde9 [coverage] Used gettempdir() instead of hard-coding /tmp 2016-02-01 16:03:57 -08:00
Harlan Haskins
6572267931 [coverage] Split profdata_merge_worker.py into separate files within a module 2016-02-01 15:52:56 -08:00