blob: c4867e177ea35e84f81a2b18639f3a56dd7c0f14 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
# Module-level docstrings are counted differently in different versions of Python,
# so don't add one here.
# pylint: disable=missing-module-docstring
# covmodzip.py: for putting into a zip file.
j = 1
j += 1
|