Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/lib
diff options
context:
space:
mode:
authorSascha Silbe <sascha-pgp@silbe.org>2010-10-15 17:45:11 (GMT)
committer Sascha Silbe <sascha-pgp@silbe.org>2010-11-23 16:14:31 (GMT)
commit131c28bb724d89900a1707ad4cae726ba8e9ce5a (patch)
tree80f7f6f3e545379625907c99a9bcaed06f725899 /tests/lib
parentc7a80a1e56e4f52e280b0b1d87643899726f6c36 (diff)
fix EOL spaces
Reviewed-by: James Cameron <quozl@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org> CC: Aleksey Lim <alsroot@member.fsf.org>
Diffstat (limited to 'tests/lib')
-rw-r--r--tests/lib/test_mime.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/test_mime.py b/tests/lib/test_mime.py
index 3df0ce6..9a9ad61 100644
--- a/tests/lib/test_mime.py
+++ b/tests/lib/test_mime.py
@@ -33,7 +33,7 @@ class TestMime(unittest.TestCase):
['text/plain', 'text/_moz_htmlcontext', 'text/unicode',
'text/html', 'text/_moz_htmlinfo'])
self.assertEqual(mime_type, 'text/html')
-
+
# Mozilla's text in c&v
mime_type = mime.choose_most_significant(
['text/_moz_htmlcontext', 'STRING', 'text/html', 'text/_moz_htmlinfo',