project: add Project._split_paragraph().
authorW. Trevor King <wking@tremily.us>
Thu, 25 Oct 2012 21:53:28 +0000 (17:53 -0400)
committerW. Trevor King <wking@tremily.us>
Wed, 2 Jan 2013 00:40:35 +0000 (19:40 -0500)
The python3 branch splits on double-newlines, but we need to stick to
single newlines here because Python 2.x's ConfigParser drops blank
lines.


No differences found