Author: claudep
Date: Wed Jan 16 20:44:55 2008
New Revision: 711
URL: http://svn.gnome.org/viewvc/damned-lies?rev=711&view=rev

Log:
2008-01-16  Claude Paroz  <[EMAIL PROTECTED]>

        * data.py: Arghhh... syntax error in previous commit. Sorry!

Modified:
   trunk/ChangeLog
   trunk/data.py

Modified: trunk/data.py
==============================================================================
--- trunk/data.py       (original)
+++ trunk/data.py       Wed Jan 16 20:44:55 2008
@@ -217,7 +217,7 @@
         child = node.children
         while child and child.isText():
             child = child.next
-        if child and not child.isText() and child.name != 'a'::
+        if child and not child.isText() and child.name != 'a':
             return 0
         else:
             return 1
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list

Want to limit the commits to a few modules? Go to above URL, log in to edit 
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development 
mailing list. Email [EMAIL PROTECTED] if interested.

Reply via email to