summaryrefslogtreecommitdiff
path: root/test/farm/annotate/src/multi.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2013-02-02 11:15:11 -0500
committerNed Batchelder <ned@nedbatchelder.com>2013-02-02 11:15:11 -0500
commitd5f8295256d04ba8cb5b42a16ce741a34c9bb3c5 (patch)
treeff8c6d6310bb3865411d40198c07f26eb5709959 /test/farm/annotate/src/multi.py
parentb5a466fc3d7a71fc811b2430f04e6fc270858935 (diff)
downloadpython-coveragepy-d5f8295256d04ba8cb5b42a16ce741a34c9bb3c5.tar.gz
Move the test directory to tests to avoid conflicts with the stdlib test package.
Diffstat (limited to 'test/farm/annotate/src/multi.py')
-rw-r--r--test/farm/annotate/src/multi.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/farm/annotate/src/multi.py b/test/farm/annotate/src/multi.py
deleted file mode 100644
index 19a6200..0000000
--- a/test/farm/annotate/src/multi.py
+++ /dev/null
@@ -1,5 +0,0 @@
-import a.a
-import b.b
-
-a.a.a(1)
-b.b.b(2)