Upgrade to Python 3.2
authorW. Trevor King <wking@tremily.us>
Thu, 25 Oct 2012 21:02:25 +0000 (17:02 -0400)
committerW. Trevor King <wking@tremily.us>
Thu, 25 Oct 2012 21:10:46 +0000 (17:10 -0400)
commit89a0d1e54f4ee7a11e08c1df53dd5197b0bbe246
treeb633e62351cd39912e1147a772b06e11be02f807
parente873cab4167ee94548cc57c44481ec8246c4a91d
Upgrade to Python 3.2

bzrlib and mercurial aren't Python 3 compatible yet (and seem unlikely
to become compatible in the near future), so if you're using them, you
should stick with an older version of update-copyright.

Note that the version of Python used by update-copyright has nothing
to do with the version of Python you use in your project.  You project
doesn't even have to use Python at all.
update_copyright/project.py
update_copyright/utils.py
update_copyright/vcs/bazaar.py
update_copyright/vcs/mercurial.py
update_copyright/vcs/utils.py