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>
Thu, 25 Oct 2012 21:54:26 +0000 (17:54 -0400)
commitf5629da9158f7f3467d986d51bd1f6ed2204da3a
treeb69f849138fffce0776887b0523aebd103342867
parentaa4e5408cbf6ac4be151134083167c555c9b5196
project: add Project._split_paragraph().

Now we split on double-newlines, not single newlines.  This is how our
README example and internal .update-copyright.conf are formatted.
update_copyright/project.py