diff options
| author | Guido van Rossum <guido@python.org> | 1997-11-26 15:44:34 (GMT) |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 1997-11-26 15:44:34 (GMT) |
| commit | 0b23348aa944dcb97c84b34d399c857f039e5773 (patch) | |
| tree | 88178b09c8a16b93ab1ab174df968a61d36e7293 /Lib/dos-8x3/test_sel.py | |
| parent | 330c660f66243094e082500bc1d760b2b86024cb (diff) | |
| download | cpython-0b23348aa944dcb97c84b34d399c857f039e5773.zip cpython-0b23348aa944dcb97c84b34d399c857f039e5773.tar.gz cpython-0b23348aa944dcb97c84b34d399c857f039e5773.tar.bz2 | |
The usual
Diffstat (limited to 'Lib/dos-8x3/test_sel.py')
| -rwxr-xr-x | Lib/dos-8x3/test_sel.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ else: 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 |
