mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Remove RISCOS support
This commit is contained in:
parent
c5aba17447
commit
7a98be2efb
62 changed files with 106 additions and 3823 deletions
|
|
@ -20,7 +20,7 @@ if __name__ == "__main__":
|
|||
base = sys.argv[0]
|
||||
else:
|
||||
base = __file__
|
||||
tstfile = os.path.join(os.path.dirname(base), "test"+os.extsep+"xml")
|
||||
tstfile = os.path.join(os.path.dirname(base), "test.xml")
|
||||
del base
|
||||
|
||||
# The tests of DocumentType importing use these helpers to construct
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue