From 016cd7a25c740b24f6b28515d2232fc6d2dfa7e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Chapoton?= Date: Sun, 15 Oct 2017 09:25:09 +0200 Subject: [PATCH] remove import deprecated in 19879 --- src/sage/rings/all.py | 1 - src/sage/rings/arith.py | 2 -- 2 files changed, 3 deletions(-) delete mode 100644 src/sage/rings/arith.py diff --git a/src/sage/rings/all.py b/src/sage/rings/all.py index f965a3b09c3..81f39415398 100644 --- a/src/sage/rings/all.py +++ b/src/sage/rings/all.py @@ -137,7 +137,6 @@ from sage.misc.lazy_import import lazy_import lazy_import('sage.rings.invariant_theory', 'invariant_theory') -lazy_import('sage.arith.all', '*', deprecation=19879) from .fast_arith import prime_range diff --git a/src/sage/rings/arith.py b/src/sage/rings/arith.py deleted file mode 100644 index 8072684027f..00000000000 --- a/src/sage/rings/arith.py +++ /dev/null @@ -1,2 +0,0 @@ -from sage.misc.lazy_import import lazy_import -lazy_import('sage.arith.all', '*', deprecation=19879)