We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b47a16c commit 69d298fCopy full SHA for 69d298f
src/sage/rings/polynomial/polynomial_zmod_flint.pyx
@@ -40,6 +40,7 @@ AUTHORS:
40
# ****************************************************************************
41
42
from sage.libs.ntl.ntl_lzz_pX import ntl_zz_pX
43
+from sage.structure.factorization import Factorization # removing breaks build
44
from sage.structure.element cimport parent
45
from sage.structure.element import coerce_binop
46
from sage.rings.polynomial.polynomial_integer_dense_flint cimport Polynomial_integer_dense_flint
0 commit comments