diff -r ad66d7b3fd48 -r 39b7a91a3f4c server/checkintegrity.py --- a/server/checkintegrity.py Mon Jul 01 16:13:17 2013 +0200 +++ b/server/checkintegrity.py Thu Jan 23 12:32:16 2014 +0100 @@ -193,7 +193,7 @@ notify_fixed(fix) # source in entities, but no relation cw_source applcwversion = session.repo.get_versions().get('cubicweb') - if applcwversion >= (3,13,1): # entities.asource appeared in 3.13.1 + if applcwversion >= (3, 13, 1): # entities.asource appeared in 3.13.1 cursor = session.system_sql('SELECT e.eid FROM entities as e, cw_CWSource as s ' 'WHERE s.cw_name=e.asource AND ' 'NOT EXISTS(SELECT 1 FROM cw_source_relation as cs '