diff --git a/src/tests/test_shamira.py b/src/shamira/tests/test_shamira.py copy from src/tests/test_shamira.py copy to src/shamira/tests/test_shamira.py --- a/src/tests/test_shamira.py +++ b/src/shamira/tests/test_shamira.py @@ -1,10 +1,11 @@ # GNU GPLv3, see LICENSE - +import os import random from unittest import TestCase -from shamira import _share_byte -from shamira import * +from .. import * +from .. import gf256 +from ..core import encode, decode,detect_encoding, _share_byte class TestShamira(TestCase):