diff options
Diffstat (limited to 'pykolab/itip/__init__.py')
-rw-r--r-- | pykolab/itip/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pykolab/itip/__init__.py b/pykolab/itip/__init__.py index 42e08dd..f32cad4 100644 --- a/pykolab/itip/__init__.py +++ b/pykolab/itip/__init__.py @@ -100,7 +100,7 @@ def objects_from_message(message, objname, methods=None): itip['attendees'] = c['attendee'] - if itip.has_key('attendee') and not isinstance(itip['attendees'], list): + if itip.has_key('attendees') and not isinstance(itip['attendees'], list): itip['attendees'] = [c['attendee']] if c.has_key('resources'): |