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 8703791 commit c00d1b5Copy full SHA for c00d1b5
src/sage/cli/eval_cmd.py
@@ -3,7 +3,8 @@
3
from sage.cli.options import CliOptions
4
from sage.repl.preparse import preparse
5
from sage.all import sage_globals
6
-import os, sys
+import os
7
+import sys
8
9
10
class EvalCmd:
src/sage/cli/run_file_cmd.py
@@ -5,7 +5,8 @@
from sage.repl.load import load_cython
from sage.misc.temporary_file import tmp_filename
11
12
class RunFileCmd:
0 commit comments