[BACK]Return to all.py.diff CVS log [TXT][DIR] Up to [local] / OpenXM / src / sage

File: [local] / OpenXM / src / sage / all.py.diff (download)

Revision 1.1, Sat Sep 8 05:35:35 2018 UTC (5 years, 7 months ago) by takayama
Branch: MAIN
CVS Tags: HEAD

The initial version of asir module to call asir from sagemath.

*** all.py.orig	2018-09-06 16:46:59.211702523 +0900
--- all.py	2018-09-06 16:47:32.680362795 +0900
***************
*** 73,75 ****
--- 73,77 ----
      from .sage0 import sage0_console
      from .lie import lie_console
      from .r import r_console
+ from .asir import asir, asir_version, Asir
+