summaryrefslogtreecommitdiff
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
commitdff0a81400b714e631fa4088ce2238b66820ab45 (patch)
treeb854bb873bfd4974b835ec448d5afcc46a073f8e
parentcd1f1da8c38435aa55fce7d39487417b3524ea79 (diff)
downloadpython-coveragepy-git-dff0a81400b714e631fa4088ce2238b66820ab45.tar.gz
Fix \r line endings
-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 e8f67c67..19a6200c 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)