mw2txt.py: Update to version 0.2 (mostly Python 3 conversion)
authorW. Trevor King <wking@tremily.us>
Thu, 7 Feb 2013 21:41:30 +0000 (16:41 -0500)
committerW. Trevor King <wking@tremily.us>
Thu, 7 Feb 2013 21:41:30 +0000 (16:41 -0500)
commitb85f840a4536a3ed2d5b4ec4a3ec8b4e47c90d84
treeac51dcceea8bdca47d5f4410c91422a848995349
parentcf7d570c3666b98a992e6e6d5cf260dba09ff01c
mw2txt.py: Update to version 0.2 (mostly Python 3 conversion)

Also:
* Use logging module instead of `if debug: print(...)`.
* Rework coloring to work with a logger (e.g. don't print debugging
  info directly to stdout).
* Upgrade from optparse to argparse.
* Add --verbose argument.
posts/Maple/mw2txt.py