Skip to content

Commit

Permalink
src/sage/modular/arithgroup/all.py: Fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed May 25, 2024
1 parent b65ea36 commit a948b57
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/sage/modular/arithgroup/all.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Note: the is_xxx functions are imported to here, but not from here up to sage.modular.all, so
# they are invisible to the user but easy to import all in one go by other code that needs them.

from sage.modular.arithgroup_generic import is_ArithmeticSubgroup, ArithmeticSubgroup
from sage.modular.congroup_generic import is_CongruenceSubgroup, CongruenceSubgroupBase, CongruenceSubgroup_constructor as CongruenceSubgroup
from sage.modular.congroup_gammaH import GammaH_constructor as GammaH, is_GammaH, GammaH_class
from sage.modular.congroup_gamma1 import Gamma1_constructor as Gamma1, is_Gamma1, Gamma1_class
from sage.modular.congroup_gamma0 import Gamma0_constructor as Gamma0, is_Gamma0, Gamma0_class
from sage.modular.congroup_gamma import Gamma_constructor as Gamma, is_Gamma, Gamma_class
from sage.modular.congroup_sl2z import SL2Z, is_SL2Z, SL2Z_class
from sage.modular.arithgroup.arithgroup_generic import is_ArithmeticSubgroup, ArithmeticSubgroup
from sage.modular.arithgroup.congroup_generic import is_CongruenceSubgroup, CongruenceSubgroupBase, CongruenceSubgroup_constructor as CongruenceSubgroup
from sage.modular.arithgroup.congroup_gammaH import GammaH_constructor as GammaH, is_GammaH, GammaH_class
from sage.modular.arithgroup.congroup_gamma1 import Gamma1_constructor as Gamma1, is_Gamma1, Gamma1_class
from sage.modular.arithgroup.congroup_gamma0 import Gamma0_constructor as Gamma0, is_Gamma0, Gamma0_class
from sage.modular.arithgroup.congroup_gamma import Gamma_constructor as Gamma, is_Gamma, Gamma_class
from sage.modular.arithgroup.congroup_sl2z import SL2Z, is_SL2Z, SL2Z_class

from sage.misc.lazy_import import lazy_import
lazy_import('sage.modular.arithgroup.arithgroup_perm', 'ArithmeticSubgroup_Permutation')
Expand Down

0 comments on commit a948b57

Please sign in to comment.