bootstrap: Always use rpc.RpcRunner
authorMichael Hanselmann <hansmi@google.com>
Wed, 12 Nov 2008 12:51:28 +0000 (12:51 +0000)
committerMichael Hanselmann <hansmi@google.com>
Wed, 12 Nov 2008 12:51:28 +0000 (12:51 +0000)
commitfda5f19f3c559ce5ef60f41466c0d4b8c4a940e0
tree02d0b3ed42f957c6e4c6745de1eb44df75937e71
parent7c28c5755b6a6f28d829ef93633529b7641c1d22
bootstrap: Always use rpc.RpcRunner

"from ganeti.rpc import RpcRunner" does not conform to the style guide.

Reviewed-by: iustinp
lib/bootstrap.py