damned-lies r711 - trunk



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  <claude 2xlibre net>

	* 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]