diff tests/test-non-interactive-wsgi @ 8136:6b5522cb2ad2

ui: refactor option setting No more passing options as constructor keywords. Basic options are now always stored in the overlay for simplicity and consistency.
author Matt Mackall <mpm@selenic.com>
date Thu, 23 Apr 2009 15:40:10 -0500
parents f429e0e067a8
children 6c82beaaa11a
line wrap: on
line diff
--- 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()