File tree Expand file tree Collapse file tree 2 files changed +0
-18
lines changed
Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -1692,23 +1692,6 @@ class LoadModule(Builtin):
16921692 >> LoadModule["sys"]
16931693 : Python module sys is not a pymathics module.
16941694 = $Failed
1695- # >> LoadModule["pymathics.testpymathicsmodule"]
1696- # = pymathics.testpymathicsmodule
1697- # >> MyPyTestContext`MyPyTestFunction[a]
1698- # = This is a PyMathics output
1699- # >> MyPyTestContext`MyPyTestSymbol
1700- # = 1234
1701- # >> ?? MyPyTestContext`MyPyTestFunction
1702- # =
1703- # . 'MyPyTestFunction'[m]
1704- # . Just an example function in pymathics module.
1705- # .
1706- # . Attributes[MyPyTestContext`MyPyTestFunction] = {HoldFirst, OneIdentity, Protected}
1707- # >> Quit[]
1708- #n>> MyPyTestContext`MyPyTestSymbol
1709- # = MyPyTestContext`MyPyTestSymbol
1710- # >> ?? MyPyTestContext`MyPyTestFunction
1711- # = Null
17121695 """
17131696 name = "LoadModule"
17141697 messages = {'notfound' : 'Python module `1` does not exist.' ,
Original file line number Diff line number Diff line change @@ -195,7 +195,6 @@ def run(self):
195195 "mathics.web" ,
196196 "mathics.web.templatetags" ,
197197 "mathics.web.migrations" ,
198- "pymathics.testpymathicsmodule" ,
199198 ],
200199 install_requires = INSTALL_REQUIRES ,
201200 dependency_links = DEPENDENCY_LINKS ,
You can’t perform that action at this time.
0 commit comments