revert python3 support.

This commit is contained in:
shimizukawa
2011-04-09 16:18:47 +09:00
parent c7f6181845
commit e3e4299233
44 changed files with 4842 additions and 4847 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ if os.path.exists('MANIFEST'): os.remove('MANIFEST')
#
from distutils.core import setup
exec(compile(open('pyreadline/release.py').read(), 'pyreadline/release.py', 'exec'))
execfile('pyreadline/release.py')
try:
import sphinx