jeffwidman / bitbucket-issue-migration

A small script for migrating repo issues from Bitbucket to GitHub
GNU General Public License v3.0
314 stars 97 forks source link

Switch script from Python 2 to Python 3 #37

Closed jeffwidman closed 8 years ago

jeffwidman commented 8 years ago

Given that this is a single, self-contained migration script that's only run a couple of times by an end user, I don't think it's worth the effort to support both python 2 and python 3.

Anyone who's likely to use this script will almost certainly have the technical proficiency to install python 3 in order to run a simple script.

So I'd rather update to Python 3 and be done with it.