Author: dmeyer
Date: Fri Mar 23 18:01:33 2007
New Revision: 2595

Modified:
   trunk/base/src/xmlutils.py

Log:
fix typo

Modified: trunk/base/src/xmlutils.py
==============================================================================
--- trunk/base/src/xmlutils.py  (original)
+++ trunk/base/src/xmlutils.py  Fri Mar 23 18:01:33 2007
@@ -54,7 +54,7 @@
         def getattr(self, attr):
             if self.attr.haskey(attr):
                 return self.attr.get(attr)
-            nodes = [ n for n in self.children if n.name = attr ]
+            nodes = [ n for n in self.children if n.name == attr ]
             if len(nodes) == 1:
                 return nodes[0]
             return None

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to