Changeset 47
- Timestamp:
- 09/24/07 14:41:51 (1 year ago)
- Files:
-
- photobooth/photobooth.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
photobooth/photobooth.py
r45 r47 147 147 for c in rv: 148 148 #pprint.pprint(c) 149 150 contact_id = c[1] 149 if c[1] == person['id']: 150 contact_id = c[0] 151 else: 152 contact_id = c[1] 151 153 l.append(self._getPersonByThing(contact_id)) 152 154 return defer.gatherResults(l)
