Skip to content

Commit d95f501

Browse files
mmaterarocky
authored andcommitted
improving comment
1 parent 562aedd commit d95f501

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

mathics/core/definitions.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,9 @@ def __init__(
171171

172172
# Move symbols defined in autoload modules
173173
# to Builtin definitions.
174-
# This seems important for Export and Import...
175-
# TODO: check why
174+
# This is important to avoid that reset_user_definitions
175+
# getting rid of the autoloaded definitions (including)
176+
# the needed by Import/Export.
176177
for name in self.user:
177178
self.builtin[name] = self.get_definition(name)
178179

0 commit comments

Comments
 (0)