Skip to content

Commit

Permalink
import autoload_files from mathics.session
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatera committed Jan 10, 2025
1 parent c43504a commit 7ae6d2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mathics_django/web/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
from django.contrib.sessions.models import Session
from django.db import models
from django.db.models.signals import pre_delete
from mathics.core.definitions import Definitions, autoload_files
from mathics.core.definitions import Definitions
from mathics.core.evaluation import Evaluation, Output
from mathics.core.load_builtin import import_and_load_builtins

from mathics.session import autoload_files
from mathics_django.settings import ROOT_DIR
from mathics_django.web.format import format_output

Expand Down

0 comments on commit 7ae6d2e

Please sign in to comment.