File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2727from sage .modules .free_module_element import vector
2828from sage .misc .misc_c import prod
2929from sage .categories .fields import Fields
30- from sage .arith .misc import GCD as gcd
30+ from sage .arith .misc import gcd
3131from sage .rings .finite_rings .integer_mod_ring import IntegerModRing as Zmod
3232
3333from .cyclic_code import CyclicCode
Original file line number Diff line number Diff line change 4040# https://www.gnu.org/licenses/
4141# ****************************************************************************
4242
43- from sage .arith .misc import GCD as gcd , quadratic_residues
43+ from sage .arith .misc import gcd , quadratic_residues
4444from sage .matrix .constructor import matrix
4545from sage .matrix .matrix_space import MatrixSpace
4646from sage .matrix .special import random_matrix
Original file line number Diff line number Diff line change 4141from copy import copy
4242from sage .rings .integer import Integer
4343from sage .categories .homset import Hom
44- from sage .arith .misc import GCD as gcd
44+ from sage .arith .misc import gcd
4545from sage .modules .free_module_element import vector
4646from sage .matrix .constructor import matrix
4747from sage .misc .cachefunc import cached_method
Original file line number Diff line number Diff line change 203203# ****************************************************************************
204204
205205from sage .arith .functions import lcm
206- from sage .arith .misc import divisors , GCD as gcd
206+ from sage .arith .misc import divisors , gcd
207207from sage .categories .groups import Groups
208208from sage .groups .abelian_gps .abelian_group_element import AbelianGroupElement
209209from sage .groups .group import AbelianGroup as AbelianGroupBase
You can’t perform that action at this time.
0 commit comments