Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src/sage/doctest/util.py: avoid dependency on sage.misc.timing.walltime
The "walltime" function in sage.misc.timing is a silly wrapper around time.time() in the python standard library. The code is a lot more clear if we just use the latter.
- Loading branch information