[Mumps2Py:] [152] remove the extraneous 'Module'.

[ Thread Index | Date Index | More lists.mumps2py.org/discuss Archives ]


Revision: 152
Author:   pgallot
Date:     2008-03-03 22:04:25 +0000 (Mon, 03 Mar 2008)

Log Message:
-----------
remove the extraneous 'Module'.

Modified Paths:
--------------
    trunk/mumps2py/mumps_module.py


Modified: trunk/mumps2py/mumps_module.py
===================================================================
--- trunk/mumps2py/mumps_module.py	2008-02-29 20:06:07 UTC (rev 151)
+++ trunk/mumps2py/mumps_module.py	2008-03-03 22:04:25 UTC (rev 152)
@@ -33,7 +33,7 @@
         self.token_list = []
 
     def __str__(self):
-        return "Module %s" % self.mod_name
+        return self.mod_name
 
     def tokenlist_isempty(self):
         """ returns true if the Token List is empty."""
@@ -119,7 +119,7 @@
     return modules                  
 
 def parse_astextroutines(inputfile, outputdir):
-    """returns a list of MRoutine object from a file which has
+    """returns a list of MRoutine objects from a file which has
 each routine separated by a blank line and the routine name given
 on its own line before the routine body."""
 


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/