rset.py
changeset 8695 358d8bed9626
parent 8087 dc788369d35f
child 9281 49a7392bb5b5
--- a/rset.py	Thu Feb 14 15:39:23 2013 +0100
+++ b/rset.py	Thu Feb 14 15:38:25 2013 +0100
@@ -642,7 +642,7 @@
                 try:
                     entity = self.get_entity(row, index)
                     return entity, rel.r_type
-                except NotAnEntity, exc:
+                except NotAnEntity as exc:
                     return None, None
         return None, None