| [Mumps2Py:] [111] export the TranslationError exception. | 
[ Thread Index | 
Date Index
| More lists.mumps2py.org/discuss Archives
] 
Revision: 111
Author:   pgallot
Date:     2008-02-15 21:15:40 +0000 (Fri, 15 Feb 2008)
Log Message:
-----------
export the TranslationError exception.
Modified Paths:
--------------
    trunk/mumps2py/__init__.py
Modified: trunk/mumps2py/__init__.py
===================================================================
--- trunk/mumps2py/__init__.py	2008-02-14 15:35:48 UTC (rev 110)
+++ trunk/mumps2py/__init__.py	2008-02-15 21:15:40 UTC (rev 111)
@@ -19,6 +19,6 @@
 
 from mumps_module import parse_for_routines
 from mumps2tok import parseMumps, ParseError
-from tok2python import translate
+from tok2python import translate, TranslationError
 from mumps2py_config import create_m2p_file