From 9feb76ed5371729a5552a9a9d4296f820b3396c7 Mon Sep 17 00:00:00 2001 From: David Halter Date: Fri, 6 Sep 2013 16:10:00 +0430 Subject: [PATCH] add _io mixin because that's what open in python3 returns --- jedi/mixin/_io.pym | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 jedi/mixin/_io.pym diff --git a/jedi/mixin/_io.pym b/jedi/mixin/_io.pym new file mode 100644 index 00000000..0feec3a2 --- /dev/null +++ b/jedi/mixin/_io.pym @@ -0,0 +1,3 @@ +class TextIOWrapper(): + def __next__(self): + return ''