~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to lib/fileservice_lib/__init__.py

  • Committer: drtomc
  • Date: 2008-02-08 04:30:55 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:436
fileservice: Make things less broken than they were. No claims of perfection yet! Unpacking form data with cgi.py is AWFUL.

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
    if req.method == 'POST':
107
107
        fields = req.get_fieldstorage()
108
108
        act = fields.getfirst('action')
109
 
 
 
109
    
110
110
    if act is not None:
111
111
        try:
112
112
            action.handle_action(req, act, fields)