add _io mixin because that's what open in python3 returns

This commit is contained in:
David Halter
2013-09-06 16:10:00 +04:30
parent 39a5c8501b
commit 9feb76ed53

3
jedi/mixin/_io.pym Normal file
View File

@@ -0,0 +1,3 @@
class TextIOWrapper():
def __next__(self):
return ''