aboutsummaryrefslogtreecommitdiff
path: root/test/ec/test_point.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/ec/test_point.py')
-rw-r--r--test/ec/test_point.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ec/test_point.py b/test/ec/test_point.py
index a8b9fd7..b0ed051 100644
--- a/test/ec/test_point.py
+++ b/test/ec/test_point.py
@@ -1,7 +1,7 @@
from unittest import TestCase
from pyecsca.ec.coordinates import AffineCoordinateModel
-from pyecsca.ec.curves import get_params
+from pyecsca.ec.params import get_params
from pyecsca.ec.mod import Mod
from pyecsca.ec.model import ShortWeierstrassModel, MontgomeryModel
from pyecsca.ec.point import Point, InfinityPoint