[Mumps2Py:] [131] added parse_command as an exported function. |
[ Thread Index |
Date Index
| More lists.mumps2py.org/discuss Archives
]
Revision: 131
Author: pgallot
Date: 2008-02-26 04:47:36 +0000 (Tue, 26 Feb 2008)
Log Message:
-----------
added parse_command as an exported function.
Modified Paths:
--------------
trunk/mumps2py/__init__.py
Modified: trunk/mumps2py/__init__.py
===================================================================
--- trunk/mumps2py/__init__.py 2008-02-25 00:00:20 UTC (rev 130)
+++ trunk/mumps2py/__init__.py 2008-02-26 04:47:36 UTC (rev 131)
@@ -18,7 +18,7 @@
"""Mumps2Py package module files"""
from mumps_module import parse_for_routines
-from mumps2tok import parseMumps, parse_expr, ParseError
+from mumps2tok import parseMumps, parse_command, parse_expr, ParseError
from tok2python import Translation, translate, translate_expr, TranslationError
from mumps2py_config import create_m2p_file