mwh spotted a copied error message, make it unique (and correct)

This commit is contained in:
Neal Norwitz 2005-12-05 01:23:48 +00:00
parent a6fc397a80
commit ec77645df9
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ try:
except IOError:
pass
else:
print "should not be able to seek on sys.stdin"
print "should not be able to tell on sys.stdin"
try:
sys.stdin.truncate()