Commit Graph

8 Commits

Author SHA1 Message Date
practicalswift
c69ffe4eb6 [Python] Use new style class definitions: "class A" → "class A(object)" 2016-03-09 09:42:42 +01:00
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
practicalswift
e395ea0f0e [Python] Follow standard Python docstrings conventions (PEP-0257).
https://www.python.org/dev/peps/pep-0257/
2016-02-20 17:11:57 +01: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
f713042ebc [coverage] Added license header to config.py 2016-02-01 17:02:27 -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