mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Remove RISCOS support
This commit is contained in:
parent
c5aba17447
commit
7a98be2efb
62 changed files with 106 additions and 3823 deletions
|
|
@ -22,8 +22,8 @@ class TestImport(unittest.TestCase):
|
|||
self.package_dir = os.path.join(self.test_dir,
|
||||
self.package_name)
|
||||
os.mkdir(self.package_dir)
|
||||
open(os.path.join(self.package_dir, '__init__'+os.extsep+'py'), 'w')
|
||||
self.module_path = os.path.join(self.package_dir, 'foo'+os.extsep+'py')
|
||||
open(os.path.join(self.package_dir, '__init__.py'), 'w')
|
||||
self.module_path = os.path.join(self.package_dir, 'foo.py')
|
||||
|
||||
def tearDown(self):
|
||||
for file in os.listdir(self.package_dir):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue