Skip to content

Commit feb6525

Browse files
author
Matthias Koeppe
committed
src/sage/crypto/public_key/blum_goldwasser.py: Fix up relative imports
1 parent f210dce commit feb6525

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sage/crypto/public_key/blum_goldwasser.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
from sage.rings.finite_rings.integer_mod import Mod as mod
3838
from sage.rings.finite_rings.integer_mod_ring import IntegerModFactory
3939

40-
from .cryptosystem import PublicKeyCryptosystem
41-
from .util import is_blum_prime, least_significant_bits, random_blum_prime
40+
from ..cryptosystem import PublicKeyCryptosystem
41+
from ..util import is_blum_prime, least_significant_bits, random_blum_prime
4242

4343

4444
floor = Function_floor()

0 commit comments

Comments
 (0)