diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2014-11-17 22:27:00 +0100 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2014-11-17 22:27:00 +0100 |
| commit | a37f4525133f97dcdca06c51476a60785b82007d (patch) | |
| tree | 7bee9a1cdb8b6f0564a492a5ec33cdeb9b34902a | |
| parent | 6ae1e3ba9f3a5316504c7543ba4abc472990de95 (diff) | |
Removed superfluous newline.
| -rw-r--r-- | tests/i18n/test_extraction.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/i18n/test_extraction.py b/tests/i18n/test_extraction.py index ded627e941..3081776d96 100644 --- a/tests/i18n/test_extraction.py +++ b/tests/i18n/test_extraction.py @@ -343,7 +343,6 @@ class BasicExtractorTests(ExtractorTests): six.assertRegex(self, po_contents, r'#\..+Translators: valid i18n comment #9') self.assertMsgId("Translatable literal #9j", po_contents) - def test_makemessages_find_files(self): """ Test that find_files only discover files having the proper extensions. |
