Updated Branches: refs/heads/0.12.x 45338e028 -> 2abe75454 refs/heads/trunk 1681ecc6c -> 3d83adbdc
Fixed a typo in the load balancers example. Signed-off-by: Tomaz Muraus <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/3d83adbd Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/3d83adbd Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/3d83adbd Branch: refs/heads/trunk Commit: 3d83adbdcb6125230741740cb049dcfadfe1cec6 Parents: 1681ecc Author: Alex Gaynor <[email protected]> Authored: Wed Jun 19 11:41:49 2013 -0700 Committer: Tomaz Muraus <[email protected]> Committed: Wed Jun 19 13:33:05 2013 -0700 ---------------------------------------------------------------------- example_loadbalancer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/3d83adbd/example_loadbalancer.py ---------------------------------------------------------------------- diff --git a/example_loadbalancer.py b/example_loadbalancer.py index 2852290..c480cc4 100644 --- a/example_loadbalancer.py +++ b/example_loadbalancer.py @@ -42,7 +42,7 @@ def main(): algorithm=Algorithm.ROUND_ROBIN, port=80, protocol='http', - members) + members=members) print(new_balancer)
