blob: 0133ed6af375f6fd2f0ecf977076d5df16a3a549 (
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-docstring
# covmodzip.py: for putting into a zip file.
j = 1
j += 1
|