Changeset 9307 for branches/session_centric/src/common/events.py
- Timestamp:
- 02/06/08 02:40:51 (10 months ago)
- Files:
-
- 1 modified
-
branches/session_centric/src/common/events.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/session_centric/src/common/events.py
r8927 r9307 169 169 {jid1: [], jid2: []} 170 170 if jid is given, returns all events from the given jid in a list: [] 171 option naly only from given type'''171 optionally only from given type''' 172 172 if not self._events.has_key(account): 173 173 return []
