apply 2to3.py

$ python-3.2 2to3.py -w .
This commit is contained in:
shimizukawa
2011-03-30 00:26:30 +09:00
parent 75dcc77771
commit a0b0db4057
41 changed files with 4752 additions and 4749 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ if os.path.exists('MANIFEST'): os.remove('MANIFEST')
#
from distutils.core import setup
execfile('pyreadline/release.py')
exec(compile(open('pyreadline/release.py').read(), 'pyreadline/release.py', 'exec'))
try:
import sphinx