diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-04-20 12:21:15 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-04-20 12:21:15 -0400 |
commit | 1b81747e52752a30be1c4271e24d23a7cb3f71b4 (patch) | |
tree | 8297b06a003a0c1a79c2bf391d2c0f0cfb128d81 /lab/sample.py | |
parent | 03eb833bac7731bd6dfd4ca5d0eae1da7213eb57 (diff) | |
parent | de4cfde7b1f7b3d3bee11a26b4c1bb3ae598259c (diff) | |
download | python-coveragepy-git-1b81747e52752a30be1c4271e24d23a7cb3f71b4.tar.gz |
Merge issue-324 fix
Diffstat (limited to 'lab/sample.py')
-rw-r--r-- | lab/sample.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lab/sample.py b/lab/sample.py deleted file mode 100644 index bb628484..00000000 --- a/lab/sample.py +++ /dev/null @@ -1,5 +0,0 @@ -a, b = 1, 0 -if a or b or fn(): - # Hey - a = 3 -d = 4 |