Remove old RecordType definition.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/58ee25b5 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/58ee25b5 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/58ee25b5 Branch: refs/heads/trunk Commit: 58ee25b5d8f6bf35743c2d5e4f4441fc5f241d04 Parents: cd5ab54 Author: Tomaz Muraus <[email protected]> Authored: Thu Sep 12 19:48:38 2013 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Thu Sep 12 19:48:38 2013 +0200 ---------------------------------------------------------------------- libcloud/dns/types.py | 23 ----------------------- 1 file changed, 23 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/58ee25b5/libcloud/dns/types.py ---------------------------------------------------------------------- diff --git a/libcloud/dns/types.py b/libcloud/dns/types.py index e71548c..4698e5f 100644 --- a/libcloud/dns/types.py +++ b/libcloud/dns/types.py @@ -42,29 +42,6 @@ class RecordType(object): """ DNS record type. """ - A = 0 - AAAA = 1 - MX = 2 - NS = 3 - CNAME = 4 - DNAME = 5 - TXT = 6 - PTR = 7 - SOA = 8 - SPF = 9 - SRV = 10 - PTR = 11 - NAPTR = 12 - REDIRECT = 13 - GEO = 14 - URL = 15 - WKS = 16 - LOC = 17 - -class RecordType(object): - """ - DNS record type. - """ A = 'A' AAAA = 'AAAA' MX = 'MX'
