Created
October 5, 2011 09:05
-
-
Save radiosilence/1263984 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 < Jerub> antihero: the api would eventually look like: def render_GET(self, request): return deferToProcess(convert_image, request.args('imageid')).addCallback(lambda image: | |
(request.write(image), request.close())); return NOT_DONE_YET |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment