We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0426e8 commit 4153df0Copy full SHA for 4153df0
src/sage/doctest/reporting.py
@@ -44,7 +44,7 @@
44
import re
45
import sys
46
from signal import SIGABRT, SIGFPE, SIGILL, SIGINT, SIGSEGV, SIGTERM, Signals
47
-from sys import stdout
+from sys import argv, stdout
48
49
from sage.doctest.external import available_software
50
from sage.doctest.sources import DictAsObject
0 commit comments