Skip to content

Commit 4153df0

Browse files
committed
Fix merge
1 parent f0426e8 commit 4153df0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/doctest/reporting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
import re
4545
import sys
4646
from signal import SIGABRT, SIGFPE, SIGILL, SIGINT, SIGSEGV, SIGTERM, Signals
47-
from sys import stdout
47+
from sys import argv, stdout
4848

4949
from sage.doctest.external import available_software
5050
from sage.doctest.sources import DictAsObject

0 commit comments

Comments
 (0)