Hack Comment.load_settings() to work around From->Author change.
authorW. Trevor King <wking@drexel.edu>
Mon, 27 Jul 2009 10:23:20 +0000 (06:23 -0400)
committerW. Trevor King <wking@drexel.edu>
Mon, 27 Jul 2009 10:23:20 +0000 (06:23 -0400)
commit3711c5080619b0decf0ae040a9d244bf3b902c41
treee8b8cd2f2ae1d4c70253b3b95297d17ecfdd60ae
parent5ce4bd3f4ce955577c46fe8e3c5a8f54b60ce3df
Hack Comment.load_settings() to work around From->Author change.

"Author" -> comment.author obeys settings_object.setting_name_to_attr_name(),
but all the current on-disk mapfiles talk about "From".  Add a hack to accept
both forms of on-disk comment files.
libbe/comment.py