From 7ecf75efb747c1dfcd19c2455926077ca4f6fac5 Mon Sep 17 00:00:00 2001 From: LtWorf Date: Fri, 1 May 2009 13:50:59 +0000 Subject: [PATCH] stupid indentation git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@146 014f5005-505e-4b48-8d0a-63407b615a7c --- relational/relation.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/relational/relation.py b/relational/relation.py index 557d859..b9e5e1a 100644 --- a/relational/relation.py +++ b/relational/relation.py @@ -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):