From 0c51c5f36bd84075a1edad835bba34818ec7abee Mon Sep 17 00:00:00 2001 From: Fabien Benureau Date: Thu, 8 Jan 2015 15:00:18 +0100 Subject: [PATCH] fix UI interactions for Python 2.x --- pubs/uis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubs/uis.py b/pubs/uis.py index 868e813..a01ad52 100644 --- a/pubs/uis.py +++ b/pubs/uis.py @@ -6,7 +6,7 @@ import codecs from .content import editor_input from . import color -from .p3 import _get_raw_stdout +from .p3 import _get_raw_stdout, input # package-shared ui that can be accessed using :