renamed fake/_io.pym to io.pym and fixed some other 'fake' issues

This commit is contained in:
Dave Halter
2014-01-12 18:17:00 +01:00
parent 2bde6cde08
commit 860aa50192
2 changed files with 4 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
class TextIOWrapper():
def __next__(self):
return 'hacked io return'