Mercurial > p > roundup > code
diff test/test_init.py @ 4818:edb171528a7d
init.loadTemplateInfo: replace rfc822 with email.parser (Python 3 compatible)
| author | anatoly techtonik <techtonik@gmail.com> |
|---|---|
| date | Sat, 24 Aug 2013 22:40:30 +0300 |
| parents | 9b3e09a50d85 |
| children | 364c54991861 |
line wrap: on
line diff
--- a/test/test_init.py Sat Aug 24 22:14:44 2013 +0300 +++ b/test/test_init.py Sat Aug 24 22:40:30 2013 +0300 @@ -15,9 +15,9 @@ { 'description': textwrap.dedent('''\ This is a generic issue tracker that may be used to track bugs, - feature requests, project issues or any number of other types - of issues. Most users of Roundup will find that this template - suits them, with perhaps a few customisations.'''), + feature requests, project issues or any number of other types + of issues. Most users of Roundup will find that this template + suits them, with perhaps a few customisations.'''), 'intended-for': 'All first-time Roundup users', 'name': 'classic', 'path': path
