~hotot-team/hotot/hotot

« back to all changes in this revision

Viewing changes to hotot/agent.py

  • Committer: Jiahua Huang
  • Date: 2010-10-14 13:41:42 UTC
  • Revision ID: hg-v1:0129b1fa2dad2c86bd3ac5a907464d9b87344544
rewriting install scripts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
        libgobject.g_object_set(session, "max-conns-per-host", 5, None)
56
56
        return 0
57
57
    except:
 
58
        print 'error: webkit_set_proxy_uri'
58
59
        return 1
59
60
    pass
60
61