From c60c8665fa78e047df1b00be739efad74ab3db9b Mon Sep 17 00:00:00 2001 From: Tobias Diez Date: Tue, 14 Nov 2023 11:02:53 +0000 Subject: [PATCH] Remove obsolete uncommented code --- src/sage/all.py | 3 +-- src/sage/modular/arithgroup/all.py | 4 +--- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/src/sage/all.py b/src/sage/all.py index e397cdee266..b54610c819d 100644 --- a/src/sage/all.py +++ b/src/sage/all.py @@ -85,8 +85,7 @@ from sage.arith.all import * from sage.matrix.all import * -# Cannot find ginac (and I don't know where to look for it) -#from sage.symbolic.all import * +from sage.symbolic.all import * from sage.modules.all import * from sage.monoids.all import * from sage.algebras.all import * diff --git a/src/sage/modular/arithgroup/all.py b/src/sage/modular/arithgroup/all.py index 0597ae7b886..d4fb241d1f9 100644 --- a/src/sage/modular/arithgroup/all.py +++ b/src/sage/modular/arithgroup/all.py @@ -15,6 +15,4 @@ from .congroup import (degeneracy_coset_representatives_gamma0, degeneracy_coset_representatives_gamma1) -# Cannot find FareySymbol (and I don't know where to look for it) -#from .farey_symbol import Farey as FareySymbol -FareySymbol = None +from .farey_symbol import Farey as FareySymbol