Changeset 64 for photobooth
- Timestamp:
- 09/25/07 21:26:14 (1 year ago)
- Files:
-
- photobooth/photobooth.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
photobooth/photobooth.py
r63 r64 218 218 req = iweb.IRequest(ctx) 219 219 pprint.pprint(req) 220 tags = req.args.get("tags", [""])[0] 220 tags = req.args.get("tags", [""])[0].encode("utf-8") 221 221 path = req.args.get("path", [""])[0] 222 222 title = req.args.get("title", [""])[0]
