Skip to content

Commit 693c37c

Browse files
committed
fileformats.json -> fileformats.jsonformat
By renaming the file, we make it possible to syntax check via running "python jsonformat.py". "python json.py" gives a module ambiguity warning because "impor json" is used in the file.
1 parent 5dbe72d commit 693c37c

2 files changed

Lines changed: 1 addition & 40 deletions

File tree

mathics/builtin/fileformats/jsonformat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
from mathics.core.builtin import Builtin, String
88
from mathics.core.evaluation import Evaluation
9-
from mathics.eval.fileformats.json import eval_JSONImport
9+
from mathics.eval.fileformats.jsonformat import eval_JSONImport
1010

1111

1212
class ImportJSON(Builtin):

mathics/eval/fileformats/json.py

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)