##// END OF EJS Templates
windows: do not replace sys.stdout by winstdout...
Yuya Nishihara -
r30474:b02e210a default
parent child Browse files
Show More
@@ -171,8 +171,6 b' class winstdout(object):'
171 self.close()
171 self.close()
172 raise IOError(errno.EPIPE, 'Broken pipe')
172 raise IOError(errno.EPIPE, 'Broken pipe')
173
173
174 sys.stdout = winstdout(sys.stdout)
175
176 def _is_win_9x():
174 def _is_win_9x():
177 '''return true if run on windows 95, 98 or me.'''
175 '''return true if run on windows 95, 98 or me.'''
178 try:
176 try:
General Comments 0
You need to be logged in to leave comments. Login now