stupid indentation

git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@146 014f5005-505e-4b48-8d0a-63407b615a7c
master
LtWorf 2009-05-01 13:50:59 +07:00
parent 52907e67e7
commit 7ecf75efb7
1 changed files with 2 additions and 2 deletions

@ -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):