Changeset 52

Show
Ignore:
Timestamp:
09/25/07 11:19:20 (1 year ago)
Author:
devja..@anarkystic.com
Message:

added flickr

Files:

Legend:

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

    r51 r52  
    220220    #network.setServiceParent(hub) 
    221221 
     222    flickr = UploadService() 
     223    flickr.setServiceParent(hub) 
     224 
    222225    echo = Echo() 
    223226    echo.setServiceParent(hub) 
     
    238241    json.setServiceParent(hub) 
    239242 
    240     controller = PhotoboothController(json
     243    controller = PhotoboothController(json, flickr
    241244    controller.setServiceParent(hub) 
    242245