Skip to content

Commit 9976d25

Browse files
committed
Small changes
1 parent 9c1eca2 commit 9976d25

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

mathicsscript/__main__.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from mathicsscript.termshell import TerminalShell
1010
from mathicsscript.format import format_output
1111

12-
from mathics.core.parser import LineFeeder, FileLineFeeder
12+
from mathics.core.parser import FileLineFeeder
1313
from mathics.core.definitions import Definitions
1414
from mathics.core.expression import Symbol
1515
from mathics.core.evaluation import Evaluation, Output
@@ -128,9 +128,6 @@ def out(self, out):
128128
default=True,
129129
help="GNU Readline line editing. enable tab completion",
130130
)
131-
# @click.option(
132-
# "--script", default=True, required=False, help="run a mathics file in script mode"
133-
# )
134131
@click.option(
135132
"--pyextensions",
136133
"-l",
@@ -175,7 +172,6 @@ def main(
175172
quiet,
176173
readline,
177174
completion,
178-
# script,
179175
pyextensions,
180176
execute,
181177
initfile,

0 commit comments

Comments
 (0)