Updated Branches: refs/heads/trunk aa7e59e25 -> 005b79518
Fix example. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/185dd8eb Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/185dd8eb Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/185dd8eb Branch: refs/heads/trunk Commit: 185dd8eb163d1249f7558ffb486397029dee9fba Parents: aa7e59e Author: Tomaz Muraus <[email protected]> Authored: Sun Feb 2 21:05:19 2014 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Sun Feb 2 21:05:19 2014 +0100 ---------------------------------------------------------------------- docs/examples/compute/cloudsigma/list_sizes_images_drives.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/185dd8eb/docs/examples/compute/cloudsigma/list_sizes_images_drives.py ---------------------------------------------------------------------- diff --git a/docs/examples/compute/cloudsigma/list_sizes_images_drives.py b/docs/examples/compute/cloudsigma/list_sizes_images_drives.py index ae33c59..c306054 100644 --- a/docs/examples/compute/cloudsigma/list_sizes_images_drives.py +++ b/docs/examples/compute/cloudsigma/list_sizes_images_drives.py @@ -10,5 +10,5 @@ print(sizes) images = driver.list_images() print(images) -drives = driver.ex_list_drives() +drives = driver.ex_list_library_drives() print(drives)
