Remove imports from sage.interfaces.all
Closed this issue · 13 comments
mkoeppe commented
Depends on #32989
CC: @fchapoton
Component: refactoring
Author: Matthias Koeppe
Branch/Commit: 584d121
Reviewer: Frédéric Chapoton
Issue created by migration from https://trac.sagemath.org/ticket/33007
mkoeppe commented
mkoeppe commented
mkoeppe commented
Author: Matthias Koeppe
sagetrac-git commented
sagetrac-git commented
Branch pushed to git repo; I updated commit sha1. New commits:
2d9a84e | git grep -l 'misc.all import' | xargs sed -i.bak 's/misc.all import tmp_/misc.temporary_file import tmp_/' |
5a8d76e | Remove imports from sage.misc.all |
97b4dfd | git grep -l 'misc.all import' | xargs sed -i.bak 's/misc.all import sage_eval/misc.sage_eval import sage_eval/' |
e72dc8e | Remove more imports from sage.misc.all |
d114096 | git grep -l 'misc.all import' | xargs sed -i.bak 's/misc.all import cartesian_product_iterator/misc.mrange import cartesian_product_iterator/' |
1ab9441 | Remove remaining imports from sage.misc.all |
0e814dc | Merge #32989 |
sagetrac-git commented
sagetrac-git commented
fchapoton commented
Reviewer: Frédéric Chapoton
fchapoton commented
comment:8
ok, ok
mkoeppe commented
comment:9
Thanks.
vbraun commented
Changed branch from u/mkoeppe/remove_imports_from_sage_interfaces_all to 584d121