mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Use target.id instead of class name
This commit is contained in:
@@ -18,6 +18,7 @@ class SimpleSource(object):
|
||||
class SimpleProvider(object):
|
||||
SUPPORTS_GEO = False
|
||||
SUPPORTS = set(('A',))
|
||||
id = 'test'
|
||||
|
||||
def __init__(self, id='test'):
|
||||
pass
|
||||
@@ -34,6 +35,7 @@ class SimpleProvider(object):
|
||||
|
||||
class GeoProvider(object):
|
||||
SUPPORTS_GEO = True
|
||||
id = 'test'
|
||||
|
||||
def __init__(self, id='test'):
|
||||
pass
|
||||
|
Reference in New Issue
Block a user