Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 4a33c5f

Browse files
mv skew_polynomial_element in module_list
1 parent 362fff7 commit 4a33c5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/module_list.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1661,6 +1661,9 @@ def uname_specific(name, value, alternative):
16611661
Extension('sage.rings.polynomial.symmetric_reduction',
16621662
sources = ['sage/rings/polynomial/symmetric_reduction.pyx']),
16631663

1664+
Extension('sage.rings.polynomial.skew_polynomial_element',
1665+
sources = ['sage/rings/polynomial/skew_polynomial_element.pyx']),
1666+
16641667

16651668
################################
16661669
##
@@ -1799,9 +1802,6 @@ def uname_specific(name, value, alternative):
17991802

18001803
Extension('*', ['sage/symbolic/*.pyx']),
18011804

1802-
Extension('sage.rings.polynomial.skew_polynomial_element',
1803-
sources = ['sage/rings/polynomial/skew_polynomial_element.pyx']),
1804-
18051805
################################
18061806
##
18071807
## sage.tests

0 commit comments

Comments
 (0)