stupid indentation

git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@146 014f5005-505e-4b48-8d0a-63407b615a7c
This commit is contained in:
LtWorf 2009-05-01 13:50:59 +00:00
parent 52907e67e7
commit 7ecf75efb7

View File

@ -173,8 +173,8 @@ class relation (object):
row=[]
for j in ids:
row.append(i[j])
if attributes_same_count or row not in newt.content:
newt.content.append(row)
if attributes_same_count or row not in newt.content:
newt.content.append(row)
return newt
def rename(self,params):