tests/test-non-interactive-wsgi
changeset 8136 6b5522cb2ad2
parent 5580 f429e0e067a8
child 8167 6c82beaaa11a
--- a/tests/test-non-interactive-wsgi	Thu Apr 23 15:40:10 2009 -0500
+++ b/tests/test-non-interactive-wsgi	Thu Apr 23 15:40:10 2009 -0500
@@ -30,9 +30,6 @@
     def readline(self):
         print >> sys.__stdout__, 'READLINE'
         return self.real.readline()
-    def isatty(self):
-        print >> sys.__stdout__, 'ISATTY'
-        return False
 
 sys.stdin = FileLike(sys.stdin)
 errors = StringIO()