1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

fixed base class errors

This commit is contained in:
Basir Jamil
2019-05-30 18:36:31 -07:00
parent f7239e30a5
commit 99875a1289
3 changed files with 12 additions and 1 deletions

View File

@@ -20,7 +20,12 @@ class _AkamaiRecord(object):
class AkamaiProvider(BaseProvider):
pass
SUPPORTS_GEO = False
SUPPORTS_DYNAMIC = False
SUPPORTS = set(('A', 'AAAA', 'CAA', 'CNAME', 'MX', 'NS', 'PTR', 'SRV',
'TXT'))
def __init__(self, id, client_secret, host, access_token, client_token,
*args, **kwargs):

1
src/octodns Submodule

Submodule src/octodns added at b57cbbb092

View File

@@ -0,0 +1,5 @@
This file is placed here by pip to indicate the source was put
here by pip.
Once this package is successfully installed this source code will be
deleted (unless you remove this file).