Changeset 57

Show
Ignore:
Timestamp:
09/25/07 17:54:29 (1 year ago)
Author:
devja..@anarkystic.com
Message:

rifd

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • photobooth/photobooth.py

    r56 r57  
    113113        d = self._getPersonByTag(tag) 
    114114        d.addCallback(self._fillContacts) 
     115        def _fillTag(person): 
     116            person['rfid'] = tag 
     117        d.addCallback(_fillTag) 
    115118        return d 
    116119