summaryrefslogtreecommitdiff
path: root/test/farm/annotate/src/multi.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-03-15 14:53:38 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-03-15 14:53:38 -0400
commit2167abf7aeb12bbc71a9c23af857812f8af745b4 (patch)
tree77b7403e15b7fb024ed5c475673ed163f0d443a0 /test/farm/annotate/src/multi.py
parentcf032fef618673b404480da7eb599c6bdb6ba988 (diff)
downloadpython-coveragepy-2167abf7aeb12bbc71a9c23af857812f8af745b4.tar.gz
Another farm test.
Diffstat (limited to 'test/farm/annotate/src/multi.py')
-rw-r--r--test/farm/annotate/src/multi.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/farm/annotate/src/multi.py b/test/farm/annotate/src/multi.py
new file mode 100644
index 0000000..e8f67c6
--- /dev/null
+++ b/test/farm/annotate/src/multi.py
@@ -0,0 +1,5 @@
+import a.a
+import b.b
+
+a.a.a(1)
+b.b.b(2)