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)
commit887faf5ce2ed1a666ea548cb3b3546b13a66bbb2
tree5625a99f5c74f6c5d4e402937acef64f05a54664
parent6ab41c605cb187e79a8e65a8d23f65e8bbba9c14
project: add Project._split_paragraph().

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.
update_copyright/project.py