diff options
Diffstat (limited to 'coverage/control.py')
-rw-r--r-- | coverage/control.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/coverage/control.py b/coverage/control.py index 8a55a317..985033e7 100644 --- a/coverage/control.py +++ b/coverage/control.py @@ -1,6 +1,8 @@ # Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 # For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt + + """Core control stuff for coverage.py.""" import atexit |