mirror of
https://github.com/wassname/pyreadline.git
synced 2026-09-10 12:20:43 +08:00
apply 2to3.py
$ python-3.2 2to3.py -w .
This commit is contained in:
+1
-1
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user