[gnue] r10118 - trunk/gnue-common/src/base
[email protected] Thu, 10 Dec 2009 04:04:34 -0600 (CST)
| Newsgroups | gmane.comp.cms.gnue.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: kilo
Date: 2009-12-10 04:04:34 -0600 (Thu, 10 Dec 2009)
New Revision: 10118
Modified:
trunk/gnue-common/src/base/tree.py
Log:
Fixed typo.
Modified: trunk/gnue-common/src/base/tree.py
===================================================================
--- trunk/gnue-common/src/base/tree.py 2009-12-10 09:40:05 UTC (rev 10117)
+++ trunk/gnue-common/src/base/tree.py 2009-12-10 10:04:34 UTC (rev 10118)
@@ -1158,7 +1158,7 @@
def __init__(self, node, attrib_name):
message = u_(
"Attribute '%(attrib_name)s' is required for node "
- "'%(node_name)s' of of class '%(node_class)s'")
+ "'%(node_name)s' of class '%(node_class)s'")
errors.ApplicationError.__init__(self, message % {
'attrib_name': attrib_name,
'node_name': unicode(node),