aboutsummaryrefslogtreecommitdiffstats
path: root/tests/files_test.py
diff options
context:
space:
mode:
authorMartin Vilcans <martin@librador.com>2022-11-07 20:49:18 +0100
committerMartin Vilcans <martin@librador.com>2022-11-07 20:49:18 +0100
commit388a7807427cca871f60716edb36f4133db8d9c3 (patch)
treecd63d4af16098567fa6340eddcf150d623c6b0bf /tests/files_test.py
parentb08119fbfec9b3baaed32107a846c93cec339d57 (diff)
downloadscreenplain-388a7807427cca871f60716edb36f4133db8d9c3.tar.gz
Remove unittest2 (Python 2 compatibility)
Diffstat (limited to 'tests/files_test.py')
-rw-r--r--tests/files_test.py2
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