Skip to content

Commit 42f0a14

Browse files
author
Matthias Koeppe
committed
src/sage/rings/number_field/galois_group.py: Fix import
1 parent 46ae4f8 commit 42f0a14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sage/rings/number_field/galois_group.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"""
1111

1212
from sage.structure.sage_object import SageObject
13-
from sage.groups.galois_group import _alg_key, GaloisGroup_perm, GaloisSubgroup_perm
13+
from sage.groups.galois_group import _alg_key
14+
from sage.groups.galois_group_perm import GaloisGroup_perm, GaloisSubgroup_perm
1415
from sage.groups.perm_gps.permgroup import standardize_generator
15-
1616
from sage.groups.perm_gps.permgroup_element import PermutationGroupElement
1717
from sage.misc.superseded import deprecation
1818
from sage.misc.cachefunc import cached_method

0 commit comments

Comments
 (0)