diff options
| -rw-r--r-- | tests/i18n/commands/extraction.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/i18n/commands/extraction.py b/tests/i18n/commands/extraction.py index c373d29031..3c3013e701 100644 --- a/tests/i18n/commands/extraction.py +++ b/tests/i18n/commands/extraction.py @@ -342,6 +342,7 @@ class CopyPluralFormsExtractorTests(ExtractorTests): PO_FILE_ES = 'locale/es/LC_MESSAGES/django.po' def tearDown(self): + super(CopyPluralFormsExtractorTests, self).tearDown() os.chdir(self.test_dir) try: self._rmrf('locale/es') |
