# 背景 ずっとpython3を使っていたが、新しく入った開発で、python2で開発されていることしり、自分は3で書いてしまったが、最終的には、2に統一が必要となったので、調べた。 3to2をインストール https://pypi.python.org/pypi/3to2 から、zipをダウンロードする zipをあけ、cd 3to2-x.x.x python setup.py install 3to2を試す ターミナルで以下のコマンドを打つと、Optionを確認できる Usage: 3to2 [options] file|dir ... Options: -h, --help show this help message and exit -d, --doctests_only Fix up doctests only -f FIX, --fix=FIX Each FIX specifi