Browse Source

fixed base class errors

pull/379/head
Basir Jamil 7 years ago
parent
commit
99875a1289
3 changed files with 12 additions and 1 deletions
  1. +6
    -1
      octodns/provider/fastdns.py
  2. +1
    -0
      src/octodns
  3. +5
    -0
      src/pip-delete-this-directory.txt

+ 6
- 1
octodns/provider/fastdns.py View File

@ -20,8 +20,13 @@ 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
- 0
src/octodns

@ -0,0 +1 @@
Subproject commit b57cbbb09230684552f1fa4db5fb53a921486b96

+ 5
- 0
src/pip-delete-this-directory.txt 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).

Loading…
Cancel
Save