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
@@ -39,7 +39,7 @@ if rl.disable_readline:
globals()[funk] = dummy
else:
def GetOutputFile():
u'''Return the console object used by readline so that it can be used for printing in color.'''
'''Return the console object used by readline so that it can be used for printing in color.'''
return rl.console
__all__.append("GetOutputFile")