Skip to content

Commit

Permalink
Revert "Fix issue #103 - work around Python bug in input function"
Browse files Browse the repository at this point in the history
This reverts commit 17eef59.
  • Loading branch information
Arnon Yaari committed Apr 27, 2017
1 parent 2c59241 commit 37006f6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions colorama/ansitowin32.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ def __getattr__(self, name):
def write(self, text):
self.__convertor.write(text)

def fileno():
raise OSError()


class AnsiToWin32(object):
'''
Expand Down

0 comments on commit 37006f6

Please sign in to comment.