product should not generate duplicated items, removed check
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@7 014f5005-505e-4b48-8d0a-63407b615a7c
This commit is contained in:
parent
7d048cb399
commit
953ebc3d1e
@ -85,8 +85,6 @@ class relation (object):
|
||||
|
||||
for i in self.content:
|
||||
for j in other.content:
|
||||
n=i+j
|
||||
if n not in newt.content:
|
||||
newt.content.append(i+j)
|
||||
return newt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user