entry: Add parameter parsing to lines
authorW. Trevor King <wking@tremily.us>
Sun, 30 Jun 2013 21:00:26 +0000 (17:00 -0400)
committerW. Trevor King <wking@tremily.us>
Sun, 30 Jun 2013 21:03:28 +0000 (17:03 -0400)
commit6d92f64d22961f681d856707c92e3166c911e3ec
tree6cc951b5c2a7a6707d1d571e3160cd15229d9e25
parentd99a38e05f255a38cc6339a120255552567252b5
entry: Add parameter parsing to lines

Split the initial key/params/value parsing into its own function to
keep Entry._parse from growing unwieldy.
pycalendar/entry.py