Beispiel #1
0
 def __init__(self, client_id, action_id, action, cookies=None,
              handler=None):
     BaseContext.__init__(self, client_id, action_id, action,
                          cookies=cookies, handler=handler)
     if handler and handler.request.files:
         self.files = handler.request.files