summaryrefslogtreecommitdiff
path: root/test/farm/annotate/src/multi.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-03-17 07:22:07 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-03-17 07:22:07 -0400
commit61cb810f37807ecdc3087e64615247d486c9f3bf (patch)
tree86b6385b5ce7ebaf2c15b13f922a336a67b5e5d8 /test/farm/annotate/src/multi.py
parente6d03b637b10495467816582cd8002dbbc695dc2 (diff)
downloadpython-coveragepy-61cb810f37807ecdc3087e64615247d486c9f3bf.tar.gz
Fix \r line endings
Diffstat (limited to 'test/farm/annotate/src/multi.py')
-rw-r--r--test/farm/annotate/src/multi.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/farm/annotate/src/multi.py b/test/farm/annotate/src/multi.py
index e8f67c6..19a6200 100644
--- a/test/farm/annotate/src/multi.py
+++ b/test/farm/annotate/src/multi.py
@@ -1,5 +1,5 @@
-import a.a
-import b.b
-
-a.a.a(1)
-b.b.b(2)
+import a.a
+import b.b
+
+a.a.a(1)
+b.b.b(2)