mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
some RiscOS stuff I missed before (was only looking for "RISCOS")
This commit is contained in:
parent
ceaafa66ef
commit
289bc05709
15 changed files with 57 additions and 117 deletions
|
|
@ -11,7 +11,7 @@ import sys
|
|||
import bz2
|
||||
from bz2 import BZ2File, BZ2Compressor, BZ2Decompressor
|
||||
|
||||
has_cmdline_bunzip2 = sys.platform not in ("win32", "os2emx", "riscos")
|
||||
has_cmdline_bunzip2 = sys.platform not in ("win32", "os2emx")
|
||||
|
||||
class BaseTest(unittest.TestCase):
|
||||
"Base for other testcases."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue