Skip to content

Commit

Permalink
src/sage/features/sagemath.py (all_features): Add sage.libs.pari
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Feb 15, 2023
1 parent d871dd4 commit 17dba77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sage/features/sagemath.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ def __init__(self):
JoinFeature.__init__(self, 'sage.libs.pari',
[PythonModule('sage.libs.pari.convert_sage')])


class sage__plot(JoinFeature):
r"""
A :class:`~sage.features.Feature` describing the presence of :mod:`sage.plot`.
Expand Down Expand Up @@ -301,6 +302,7 @@ def all_features():
sage__geometry__polyhedron(),
sage__graphs(),
sage__groups(),
sage__libs__pari(),
sage__plot(),
sage__rings__number_field(),
sage__rings__padics(),
Expand Down

0 comments on commit 17dba77

Please sign in to comment.