Author: johannes
Date: 2005-11-24 07:49:48 -0600 (Thu, 24 Nov 2005)
New Revision: 8106

Modified:
   trunk/gnue-common/src/definitions/GParserHelpers.py
Log:
Fixed typo; actually it should read _getAsContents_ ()  ... :)


Modified: trunk/gnue-common/src/definitions/GParserHelpers.py
===================================================================
--- trunk/gnue-common/src/definitions/GParserHelpers.py 2005-11-24 13:23:47 UTC 
(rev 8105)
+++ trunk/gnue-common/src/definitions/GParserHelpers.py 2005-11-24 13:49:48 UTC 
(rev 8106)
@@ -459,7 +459,7 @@
     result = ""
 
     for child in self._children:
-      result += child._getAsContent_ ()
+      result += child._getAsContents_ ()
 
     return result
 
@@ -658,7 +658,7 @@
 
   # ---------------------------------------------------------------------------
 
-  def _getAsContent_ (self):
+  def _getAsContents_ (self):
     """
     @returns: the object's contents
     """



_______________________________________________
Commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue

Reply via email to