Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit 16654e2

Browse files
committed
trac 28582 fix import problem
1 parent 2bf74ec commit 16654e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/rings/polynomial/infinite_polynomial_ring.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238

239239
import six
240240
from sage.rings.ring import CommutativeRing
241-
from sage.categories.all import Rings
241+
from sage.categories.rings import Rings
242242
from sage.structure.all import SageObject, parent
243243
from sage.structure.factory import UniqueFactory
244244
from sage.misc.cachefunc import cached_method

0 commit comments

Comments
 (0)