Repository: libcloud Updated Branches: refs/heads/trunk 736c2ebad -> 51d7fea2c
Remove class variables Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/51d7fea2 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/51d7fea2 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/51d7fea2 Branch: refs/heads/trunk Commit: 51d7fea2cdf6f066abf934b81a0629de9215a7be Parents: 736c2eb Author: Allard Hoeve <[email protected]> Authored: Thu Mar 5 09:21:12 2015 +0100 Committer: Allard Hoeve <[email protected]> Committed: Sat Mar 7 22:39:58 2015 +0100 ---------------------------------------------------------------------- libcloud/compute/base.py | 6 ------ 1 file changed, 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/51d7fea2/libcloud/compute/base.py ---------------------------------------------------------------------- diff --git a/libcloud/compute/base.py b/libcloud/compute/base.py index 73930bd..f15f477 100644 --- a/libcloud/compute/base.py +++ b/libcloud/compute/base.py @@ -545,12 +545,6 @@ class VolumeSnapshot(object): """ A base VolumeSnapshot class to derive from. """ - id = None - driver = None - size = None - extra = None - created = None - def __init__(self, id, driver, size=None, extra=None, created=None): """ VolumeSnapshot constructor.
