summaryrefslogtreecommitdiff
path: root/tests/test_aes.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_aes.py')
-rw-r--r--tests/test_aes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_aes.py b/tests/test_aes.py
index 08858db..8c75913 100644
--- a/tests/test_aes.py
+++ b/tests/test_aes.py
@@ -7,7 +7,7 @@ Copyright (c) 2018 Matej Cepl. All rights reserved.
import logging
from M2Crypto import m2
-from . import unittest
+from tests import unittest
log = logging.getLogger('test_AES')