summaryrefslogtreecommitdiff
path: root/tests/test_rc4.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_rc4.py')
-rw-r--r--tests/test_rc4.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_rc4.py b/tests/test_rc4.py
index 6ef5266..4767f74 100644
--- a/tests/test_rc4.py
+++ b/tests/test_rc4.py
@@ -8,7 +8,7 @@ Copyright (c) 2009 Heikki Toivonen. All rights reserved."""
from M2Crypto import RC4, Rand
from binascii import hexlify
-from . import unittest
+from tests import unittest
from tests.fips import fips_mode