commit | 0b23348aa944dcb97c84b34d399c857f039e5773 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Nov 26 15:44:34 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Nov 26 15:44:34 1997 +0000 |
tree | 88178b09c8a16b93ab1ab174df968a61d36e7293 | |
parent | 330c660f66243094e082500bc1d760b2b86024cb [diff] [blame] |
The usual
diff --git a/Lib/dos-8x3/test_sel.py b/Lib/dos-8x3/test_sel.py index 85bfa41..53185b1 100755 --- a/Lib/dos-8x3/test_sel.py +++ b/Lib/dos-8x3/test_sel.py
@@ -35,7 +35,7 @@ def test(): import sys - if sys.platform[:3] in ('win', 'mac'): + if sys.platform[:3] in ('win', 'mac', 'os2'): if verbose: print "Can't test select easily on", sys.platform return