mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Deny up-flag support in BaseProvider
This commit is contained in:
@@ -9,6 +9,7 @@ from __future__ import absolute_import, division, print_function, \
|
||||
class BaseSource(object):
|
||||
|
||||
SUPPORTS_MUTLIVALUE_PTR = False
|
||||
SUPPORTS_POOL_VALUE_UP = False
|
||||
|
||||
def __init__(self, id):
|
||||
self.id = id
|
||||
|
Reference in New Issue
Block a user