stupid indentation
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@146 014f5005-505e-4b48-8d0a-63407b615a7c
This commit is contained in:
parent
52907e67e7
commit
7ecf75efb7
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user