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>
Fri, 7 Feb 2014 23:08:50 +0000 (15:08 -0800)
commit6d02c5f19c269bc2ebac6b37b912c8562b99b3b8
treef0b6d91f7f5790fa7bc5deda1306f8df6c42dfbc
parente9380a8b45f6a0052f2dd0917a9fa07be60620e6
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