diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2022-02-05 17:14:14 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2022-02-06 11:09:53 -0500 |
commit | b72695085f93eeb66167849a4c141dfc1781d620 (patch) | |
tree | 2673098befc3b92880f2e03f0099d7fa9eeff6b1 /lab/show_platform.py | |
parent | 642647abdadea247c32d8dad8e5755f52238574c (diff) | |
download | python-coveragepy-git-b72695085f93eeb66167849a4c141dfc1781d620.tar.gz |
debug: another lab debugging tool
Diffstat (limited to 'lab/show_platform.py')
-rw-r--r-- | lab/show_platform.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lab/show_platform.py b/lab/show_platform.py index a5c3d954..92730c03 100644 --- a/lab/show_platform.py +++ b/lab/show_platform.py @@ -1,3 +1,6 @@ +# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 +# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt + import platform import types |