Carry over the leader from the original record
authorDan Scott <dscott@laurentian.ca>
Fri, 9 Mar 2012 20:35:36 +0000 (15:35 -0500)
committerDan Scott <dscott@laurentian.ca>
Tue, 7 May 2013 18:57:44 +0000 (14:57 -0400)
commitee96fe8c8c38a4b4be6c988310d9a6592fb668ab
treed271e6e280dc0141e5768af716beeff98e65077c
parentd93bf6219217331f2b2cc26d410f01d5078e769b
Carry over the leader from the original record

We iterate over every field of the original record to create the new
record. Except... the leader is not an iterable field. So we were
pushing default leaders onto every new record we were creating. That
is... suboptimal to the max.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
tools/ebooks/prep_ebook_records.py