sagemath/sagemath-fes-build.patch
2016-08-20 13:51:55 -04:00

14 lines
485 B
Diff

diff -up src/sage/libs/fes.pyx.orig src/sage/libs/fes.pyx
--- src/sage/libs/fes.pyx.orig 2016-08-08 13:44:21.919554511 -0400
+++ src/sage/libs/fes.pyx 2016-08-08 13:44:36.618555074 -0400
@@ -90,8 +90,8 @@ from sage.rings.polynomial.pbori import
from sage.arith.all import binomial
from sage.combinat.subset import Subsets
-from sage.matrix.all import *
-from sage.modules.all import *
+from sage.matrix.all import identity_matrix, matrix
+from sage.modules.all import vector