Improved threaded comment handling.
authorW. Trevor King <wking@drexel.edu>
Fri, 7 Aug 2009 17:04:46 +0000 (13:04 -0400)
committerW. Trevor King <wking@drexel.edu>
Fri, 7 Aug 2009 17:04:46 +0000 (13:04 -0400)
commit0343bff04f62db4adba0e9bb3014fc1e252a064b
tree49443ab676cfd6da7c80a7a031f372551e26c288
parentd5d2362b59a3b9851e10c0549e437fb3bce6222c
Improved threaded comment handling.

The previous method only grabbed first line of a comment.  The new
approach replaces the messy Comment->string->parse->html with
Comment->html.

Also replaced all open()s with codecs.open to allow for non-ASCII
output.  Alphabetized the non libbe imports while I was adding codecs.
becommands/html.py