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

Commit

Permalink
remove rigged_configurations/all.py lazy_import statements #15882
Browse files Browse the repository at this point in the history
  • Loading branch information
zabrocki committed Nov 3, 2015
1 parent 17e58fb commit cbd98cf
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/sage/combinat/rigged_configurations/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,3 @@
"""
from rigged_configurations import RiggedConfigurations

# Deprecated classes
from rigged_configurations import HighestWeightRiggedConfigurations
from tensor_product_kr_tableaux import HighestWeightTensorProductOfKirillovReshetikhinTableaux

# Deprecations from global namespace
from sage.misc.lazy_import import lazy_import

lazy_import('sage.combinat.rigged_configurations.tensor_product_kr_tableaux',
'TensorProductOfKirillovReshetikhinTableaux',
deprecation=(15882, "this is being removed from the global namespace. Use crystals.TensorProductOfKirillovReshetikhinTableaux instead"))

lazy_import('sage.combinat.rigged_configurations.kr_tableaux',
'KirillovReshetikhinTableaux',
deprecation=(15882, "this is being removed from the global namespace. Use crystals.KirillovReshetikhin with model='KR' instead"))

0 comments on commit cbd98cf

Please sign in to comment.