Skip to content

Commit af0fefe

Browse files
author
Matthias Koeppe
committed
src/sage/misc/all.py: Update imports
1 parent 80c1824 commit af0fefe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/sage/misc/all.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
from .all__sagemath_repl import *
77

88
from .misc import (BackslashOperator,
9-
cputime,
109
exists, forall, is_iterator,
11-
random_sublist, walltime,
10+
random_sublist,
1211
pad_zeros,
1312
SAGE_DB,
1413
newton_method_sizes, compose,
@@ -135,6 +134,8 @@
135134

136135
from .prandom import *
137136

137+
from .timing import walltime, cputime
138+
138139
from .explain_pickle import explain_pickle, unpickle_newobj, unpickle_global, unpickle_build, unpickle_instantiate, unpickle_persistent, unpickle_extension, unpickle_appends
139140

140141
lazy_import('sage.misc.inline_fortran', 'fortran')

0 commit comments

Comments
 (0)