diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2019-02-05 04:44:32 -0800 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-02-05 13:44:32 +0100 |
| commit | 680cc417d354c4d99e2b367c2557c11a2f2f3062 (patch) | |
| tree | 5b88199698af5aa40b935fdced763fadb8d27045 | |
| parent | 0367bc6d04ca6d1a4a21a69a839f6d404508f8df (diff) | |
Removed unused RunInTmpDirMixin.rmfile().
Unused since bb7bb379e8cd91a91336946829519d64e919a1d2.
| -rw-r--r-- | tests/i18n/utils.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/i18n/utils.py b/tests/i18n/utils.py index 43cb756564..d6cae260aa 100644 --- a/tests/i18n/utils.py +++ b/tests/i18n/utils.py @@ -59,7 +59,3 @@ class RunInTmpDirMixin: if os.path.commonprefix([self.test_dir, os.path.abspath(dname)]) != self.test_dir: return shutil.rmtree(dname) - - def rmfile(self, filepath): - if os.path.exists(filepath): - os.remove(filepath) |
