[Mumps2Py:] [163] export the m2p_create_filter_out_rule function from mumps2py_config |
[ Thread Index |
Date Index
| More lists.mumps2py.org/discuss Archives
]
Revision: 163
Author: pgallot
Date: 2008-03-10 17:30:42 +0000 (Mon, 10 Mar 2008)
Log Message:
-----------
export the m2p_create_filter_out_rule function from mumps2py_config
Modified Paths:
--------------
trunk/mumps2py/__init__.py
Modified: trunk/mumps2py/__init__.py
===================================================================
--- trunk/mumps2py/__init__.py 2008-03-10 13:49:11 UTC (rev 162)
+++ trunk/mumps2py/__init__.py 2008-03-10 17:30:42 UTC (rev 163)
@@ -17,7 +17,7 @@
"""Mumps2Py package module files"""
-from mumps2py_config import create_m2p_file
+from mumps2py_config import create_m2p_file, add_m2p_filter_out_rule
from mumps_module import MRoutine, parse_for_routines
from mumps2tok import ParseError
from mumps2tok import parse_routine, parse_line_of_commands, parse_expr