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

Extract/shim Ns1Provider

This commit is contained in:
Ross McFarland
2022-01-03 13:49:35 -08:00
parent aa62d78137
commit ee8a425b1e
4 changed files with 18 additions and 4433 deletions

View File

@@ -7,7 +7,7 @@ from __future__ import absolute_import, division, print_function, \
from logging import getLogger
logger = getLogger('PowerDNS')
logger = getLogger('PowerDns')
try:
logger.warn('octodns_powerdns shimmed. Update your provider class to '
'octodns_powerdns.PowerDnsProvider. '