diff options
Diffstat (limited to 'pykolab/tests/create-contacts.py')
-rw-r--r-- | pykolab/tests/create-contacts.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |