aboutsummaryrefslogtreecommitdiff
path: root/test/sca/test_target.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/sca/test_target.py')
-rw-r--r--test/sca/test_target.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sca/test_target.py b/test/sca/test_target.py
index fa09eb7..3ca92fb 100644
--- a/test/sca/test_target.py
+++ b/test/sca/test_target.py
@@ -4,7 +4,7 @@ from copy import copy
from os.path import realpath, dirname, join
from typing import Optional
from unittest import TestCase, SkipTest
-from importlib.resources import files, as_file
+from importlib_resources import files, as_file
from smartcard.pcsc.PCSCExceptions import BaseSCardException
import test.data.sca