##// END OF EJS Templates
windows: drop an unused method...
Matt Harbison -
r50695:c43b283a default
parent child Browse files
Show More
@@ -183,14 +183,6 b" def posixfile(name, mode=b'r', buffering"
183 listdir = osutil.listdir
183 listdir = osutil.listdir
184
184
185
185
186 # copied from .utils.procutil, remove after Python 2 support was dropped
187 def _isatty(fp):
188 try:
189 return fp.isatty()
190 except AttributeError:
191 return False
192
193
194 def get_password():
186 def get_password():
195 """Prompt for password with echo off, using Windows getch().
187 """Prompt for password with echo off, using Windows getch().
196
188
General Comments 0
You need to be logged in to leave comments. Login now