Update __all__ in libcloud.compute.base module.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/01b2487f Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/01b2487f Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/01b2487f Branch: refs/heads/trunk Commit: 01b2487f14ab33f87e292281ab28869718844e21 Parents: 1e66bb4 Author: Tomaz Muraus <[email protected]> Authored: Sun Dec 8 23:30:23 2013 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Sun Dec 8 23:30:23 2013 +0100 ---------------------------------------------------------------------- libcloud/compute/base.py | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/01b2487f/libcloud/compute/base.py ---------------------------------------------------------------------- diff --git a/libcloud/compute/base.py b/libcloud/compute/base.py index 326c59d..82350f8 100644 --- a/libcloud/compute/base.py +++ b/libcloud/compute/base.py @@ -56,6 +56,9 @@ __all__ = [ 'NodeAuthPassword', 'NodeDriver', + 'StorageVolume', + 'VolumeSnapshot', + # Deprecated, moved to libcloud.utils.networking 'is_private_subnet', 'is_valid_ip_address'
