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

Merge branch 'master' into python3-no-six

This commit is contained in:
Ross McFarland
2021-09-21 16:02:36 -07:00
committed by GitHub
6 changed files with 9 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ from __future__ import absolute_import, division, print_function, \
class BaseSource(object):
SUPPORTS_MUTLIVALUE_PTR = False
SUPPORTS_MULTIVALUE_PTR = False
def __init__(self, id):
self.id = id