diff options
author | Martin Vilcans <martin@librador.com> | 2022-11-07 20:49:18 +0100 |
---|---|---|
committer | Martin Vilcans <martin@librador.com> | 2022-11-07 20:49:18 +0100 |
commit | 388a7807427cca871f60716edb36f4133db8d9c3 (patch) | |
tree | cd63d4af16098567fa6340eddcf150d623c6b0bf /tests/files_test.py | |
parent | b08119fbfec9b3baaed32107a846c93cec339d57 (diff) | |
download | screenplain-388a7807427cca871f60716edb36f4133db8d9c3.tar.gz |
Remove unittest2 (Python 2 compatibility)
Diffstat (limited to 'tests/files_test.py')
-rw-r--r-- | tests/files_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/files_test.py b/tests/files_test.py index 4254f55..11949e7 100644 --- a/tests/files_test.py +++ b/tests/files_test.py @@ -4,7 +4,7 @@ from __future__ import with_statement -from testcompat import TestCase +from unittest import TestCase import tempfile import os import os.path |