Changeset 56

Show
Ignore:
Timestamp:
09/25/07 12:40:28 (1 year ago)
Author:
devja..@anarkystic.com
Message:

rar

Files:

Legend:

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

    r55 r56  
    107107    def uploadPhoto(self, path, title=None, tags=None): 
    108108        d = self.flickr.upload(path, tags=tags) 
     109        d.addCallback(pprint.pprint) 
    109110        return d 
    110111 
     
    194195    def render(self, ctx): 
    195196        req = iweb.IRequest(ctx) 
     197        pprint.pprint(req) 
    196198        tags = req.args.get("tags", [""])[0] 
    197199        path = req.args.get("path", [""])[0]