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

Commit 5f1c296

Browse files
author
Matthias Koeppe
committed
src/sage/misc/sage_unittest.py: Import loads, dumps from sage.misc.persist
1 parent 245d726 commit 5f1c296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/misc/sage_unittest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ def _test_pickling(self, **options):
610610
:func:`dumps`, :func:`loads`
611611
"""
612612
tester = instance_tester(self, **options)
613-
from sage.misc.all import loads, dumps
613+
from sage.misc.persist import loads, dumps
614614
tester.assertEqual(loads(dumps(self._instance)), self._instance)
615615

616616
def _test_new(self, **options):

0 commit comments

Comments
 (0)