Changeset 52
- Timestamp:
- 09/25/07 11:19:20 (1 year ago)
- Files:
-
- photobooth/photobooth.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
photobooth/photobooth.py
r51 r52 220 220 #network.setServiceParent(hub) 221 221 222 flickr = UploadService() 223 flickr.setServiceParent(hub) 224 222 225 echo = Echo() 223 226 echo.setServiceParent(hub) … … 238 241 json.setServiceParent(hub) 239 242 240 controller = PhotoboothController(json )243 controller = PhotoboothController(json, flickr) 241 244 controller.setServiceParent(hub) 242 245
