diff pyink/domview.py @ 1280:434f588fcde4

Handle the change of attribute 'start' and 'end'. We do reset here. However, we should be able to optimize it latter to update the scenes directly.
author wycc
date Fri, 14 Jan 2011 00:00:11 +0800
parents 0442ae9c2ac2
children 1ac921a6bd9a
line wrap: on
line diff
--- a/pyink/domview.py	Thu Jan 13 23:53:38 2011 +0800
+++ b/pyink/domview.py	Fri Jan 14 00:00:11 2011 +0800
@@ -235,6 +235,7 @@
 		continue
 
 	    try:
+	    	ref = scene_node.getAttribute('ref')
 		start, end, scene_type = self.parse_one_scene(scene_node)
 	    except:
 		continue