Skip to content

Commit

Permalink
src/sage/groups/all.py: Deprecate import of GroupExp_Class, GroupExpE…
Browse files Browse the repository at this point in the history
…lement, GroupSemidirectProductElement
  • Loading branch information
Matthias Koeppe committed Jun 18, 2024
1 parent ab610a3 commit 39442e7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/sage/groups/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@

lazy_import('sage.groups.semimonomial_transformations.semimonomial_transformation_group', 'SemimonomialTransformationGroup')

lazy_import('sage.groups.group_exp', ['GroupExp'])
lazy_import('sage.groups.group_exp', ['GroupExp_Class', 'GroupExpElement'], deprecation=99999)
lazy_import('sage.groups.group_exp', 'GroupExp')
lazy_import('sage.groups.group_exp', ['GroupExp_Class', 'GroupExpElement'],
deprecation=38238)

lazy_import('sage.groups.group_semidirect_product', ['GroupSemidirectProduct', 'GroupSemidirectProductElement'])
lazy_import('sage.groups.group_semidirect_product', 'GroupSemidirectProduct')
lazy_import('sage.groups.group_semidirect_product', 'GroupSemidirectProductElement',
deprecation=38238)

0 comments on commit 39442e7

Please sign in to comment.