Repository: libcloud Updated Branches: refs/heads/trunk 1874dbd2b -> eaba89186
backup: sort Provider types Sort the list of backup Providers alphabetically so it is simpler to insert new providers. Closes #748 Signed-off-by: Tomaz Muraus <to...@tomaz.me> Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/6fb35d48 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/6fb35d48 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/6fb35d48 Branch: refs/heads/trunk Commit: 6fb35d48904987e735767c4f36698ba1bac33b53 Parents: 1874dbd Author: Ken Dreyer <ktdre...@ktdreyer.com> Authored: Wed Apr 13 07:56:36 2016 -0600 Committer: Tomaz Muraus <to...@tomaz.me> Committed: Thu Apr 14 18:48:05 2016 +0200 ---------------------------------------------------------------------- libcloud/backup/types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/6fb35d48/libcloud/backup/types.py ---------------------------------------------------------------------- diff --git a/libcloud/backup/types.py b/libcloud/backup/types.py index 0264268..022301a 100644 --- a/libcloud/backup/types.py +++ b/libcloud/backup/types.py @@ -22,9 +22,9 @@ __all__ = [ class Provider(object): DUMMY = 'dummy' + DIMENSIONDATA = 'dimensiondata' EBS = 'ebs' GCE = 'gce' - DIMENSIONDATA = 'dimensiondata' class BackupTargetType(object):