mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
test_gettext: use support.rmtree() instead of shutil.rmtree()
This commit is contained in:
commit
c78fd52767
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ class GettextBaseTest(unittest.TestCase):
|
|||
def tearDown(self):
|
||||
self.env.__exit__()
|
||||
del self.env
|
||||
shutil.rmtree(os.path.split(LOCALEDIR)[0])
|
||||
support.rmtree(os.path.split(LOCALEDIR)[0])
|
||||
|
||||
|
||||
class GettextTestCase1(GettextBaseTest):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue