Fix GenericCurlConfig when pycurl is linked against nss
authorRené Nussbaumer <rn@google.com>
Wed, 30 May 2012 09:17:39 +0000 (11:17 +0200)
committerRené Nussbaumer <rn@google.com>
Wed, 30 May 2012 11:08:48 +0000 (13:08 +0200)
commit592eb0df47093cc32e1b38d119dc55e0f0f71d50
tree687ba9be0f92016bd701a6db41134af0e58d3680
parentfcad63778c9e90f53944aa03f82edfe95299743c
Fix GenericCurlConfig when pycurl is linked against nss

Redhat links its pycurl against NSS/ so this check fails and therefore
makes ganeti-watcher unusable.

Even though this seems to fix the problem and works, further testing on
this might be needed.

Signed-off-by: René Nussbaumer <rn@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
lib/rapi/client.py