Skip to content

Commit cb78fd9

Browse files
author
Matthias Koeppe
committed
src/sage/matrix/matrix_gfpn_dense.pyx: Replace relative cimport
1 parent 64a4510 commit cb78fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/matrix/matrix_gfpn_dense.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ from sage.misc.randstate import current_randstate
5555
from sage.misc.randstate cimport randstate
5656
from sage.structure.element cimport Element, Matrix
5757
from sage.structure.richcmp import rich_to_bool
58-
from .args cimport MatrixArgs_init
58+
from sage.matrix.args cimport MatrixArgs_init
5959

6060
from libc.string cimport memset, memcpy
6161

0 commit comments

Comments
 (0)