Skip to content

Commit

Permalink
fix import (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatera authored Jan 10, 2025
1 parent 9bbf934 commit 55f9579
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mathicsscript/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import os.path as osp

from mathics.core.definitions import autoload_files
from mathics.session import autoload_files

from mathicsscript.version import __version__

Expand Down
3 changes: 2 additions & 1 deletion mathicsscript/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@
import mathics.core as mathics_core
from mathics import license_string, settings, version_info
from mathics.core.attributes import attribute_string_to_number
from mathics.core.definitions import autoload_files
from mathics.core.evaluation import Evaluation, Output
from mathics.core.expression import from_python
from mathics.core.parser import MathicsFileLineFeeder
from mathics.core.symbols import Symbol, SymbolFalse, SymbolTrue
from mathics.core.systemsymbols import SymbolTeXForm
from mathics.session import autoload_files

from mathics_scanner import replace_wl_with_plain_text
from pygments import highlight

Expand Down

0 comments on commit 55f9579

Please sign in to comment.