[Mumps2Py:] [97] I am an __init__.py neophyte... |
[ Thread Index |
Date Index
| More lists.mumps2py.org/discuss Archives
]
Revision: 97
Author: pgallot
Date: 2008-02-12 18:49:02 +0000 (Tue, 12 Feb 2008)
Log Message:
-----------
I am an __init__.py neophyte...
Modified Paths:
--------------
trunk/mumps2py/__init__.py
Modified: trunk/mumps2py/__init__.py
===================================================================
--- trunk/mumps2py/__init__.py 2008-02-12 18:44:35 UTC (rev 96)
+++ trunk/mumps2py/__init__.py 2008-02-12 18:49:02 UTC (rev 97)
@@ -17,8 +17,8 @@
"""Mumps2Py package module files"""
-__all__ = [ "tokens", "mumps_module", "mumps2tok", "tokprepass", "tok2python",
- "mumpsCL", # mumpsCL is supposed to be standalone...
-#"mumps2py_config,
-]
+from mumps_module import parse_for_routines
+from mumps2tok import parseMumps, ParseError
+from tok2python import translate
+from mumps2py_config import create_m2p_file