From dfa1c7f32cb96796976cc8edb14fd5b19a17a3b2 Mon Sep 17 00:00:00 2001 From: "Jeroen van Meeuwen (Kolab Systems)" Date: Sat, 23 Oct 2010 00:41:27 +0100 Subject: Fix typo --- pykolab/tests/create-contacts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pykolab/tests/create-contacts.py') diff --git a/pykolab/tests/create-contacts.py b/pykolab/tests/create-contacts.py index f3b7173..b58f4fa 100644 --- a/pykolab/tests/create-contacts.py +++ b/pykolab/tests/create-contacts.py @@ -39,7 +39,7 @@ if __name__ == "__main__": for contact in xrange(num): uid = "%s.%s" %(str(random.randint(1000000000,9999999999)),str(random.randint(0,999)).zfill(3)) if not uid in uid_alloc: - uid_alloc.append(uid): + uid_alloc.append(uid) else: continue -- cgit v1.1