summaryrefslogtreecommitdiff
path: root/test/farm/annotate/src/a/a.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
commitb744a07ca7bd102bc7947f39542726999a096619 (patch)
tree99919cd28b1accb10bdfecf4af54c1821ea69d5a /test/farm/annotate/src/a/a.py
parent0b589a53e5d8fc1b65414fbe5f980430737c9839 (diff)
downloadpython-coveragepy-git-b744a07ca7bd102bc7947f39542726999a096619.tar.gz
Another farm test.
Diffstat (limited to 'test/farm/annotate/src/a/a.py')
-rw-r--r--test/farm/annotate/src/a/a.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/farm/annotate/src/a/a.py b/test/farm/annotate/src/a/a.py
new file mode 100644
index 00000000..825ce1b2
--- /dev/null
+++ b/test/farm/annotate/src/a/a.py
@@ -0,0 +1,5 @@
+def a(x):
+ if x == 1:
+ print "x is 1"
+ else:
+ print "x is not 1"