[Mumps2Py:] [124] expose the functions and class used for indirection evaluation. |
[ Thread Index |
Date Index
| More lists.mumps2py.org/discuss Archives
]
Revision: 124
Author: pgallot
Date: 2008-02-22 03:28:51 +0000 (Fri, 22 Feb 2008)
Log Message:
-----------
expose the functions and class used for indirection evaluation.
Modified Paths:
--------------
trunk/mumps2py/__init__.py
Modified: trunk/mumps2py/__init__.py
===================================================================
--- trunk/mumps2py/__init__.py 2008-02-22 03:26:56 UTC (rev 123)
+++ trunk/mumps2py/__init__.py 2008-02-22 03:28:51 UTC (rev 124)
@@ -18,7 +18,7 @@
"""Mumps2Py package module files"""
from mumps_module import parse_for_routines
-from mumps2tok import parseMumps, ParseError
-from tok2python import translate, TranslationError
+from mumps2tok import parseMumps, parse_expr, ParseError
+from tok2python import Translation, translate, translate_expr, TranslationError
from mumps2py_config import create_m2p_file