This commit is contained in:
Nikos Kouremenos 2005-06-10 13:43:39 +00:00
parent 60e3d47b9d
commit 53cfc5a79c
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ class Vcard_window:
pass
def set_values(self, vcard):
if not type(vcard[i]) == type({})
if not type(vcard[i]) == type({}):
return
for i in vcard.keys():
if i == 'PHOTO':