ganeti.http: Don't pass poller object around
authorMichael Hanselmann <hansmi@google.com>
Thu, 18 Dec 2008 16:21:13 +0000 (16:21 +0000)
committerMichael Hanselmann <hansmi@google.com>
Thu, 18 Dec 2008 16:21:13 +0000 (16:21 +0000)
commitaea0ed67ddf88bb79e300f3b1f90aa01656eed6c
tree1e1c9b40229d7ceeb12ce7f1f238f2ffac362520
parent79589f2596cd481b9802408feda5a34aa4805bde
ganeti.http: Don't pass poller object around

They're cheap to instantiate and doing this changes makes the code
a bit simpler.

Reviewed-by: ultrotter
lib/http/__init__.py
lib/http/client.py
lib/http/server.py