fix UI interactions for Python 2.x

This commit is contained in:
Fabien Benureau 2015-01-08 15:00:18 +01:00
parent adb0158c3d
commit 0c51c5f36b

View File

@ -6,7 +6,7 @@ import codecs
from .content import editor_input from .content import editor_input
from . import color from . import color
from .p3 import _get_raw_stdout from .p3 import _get_raw_stdout, input
# package-shared ui that can be accessed using : # package-shared ui that can be accessed using :