From 2c9c0518a544e11728ac4e79bfb8a87fedfcde85 Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Mon, 2 Jan 2023 10:24:53 -0500 Subject: [PATCH] Include Change in octodns.record, some module tests use it --- octodns/record/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/octodns/record/__init__.py b/octodns/record/__init__.py index 516acf4..389fb56 100644 --- a/octodns/record/__init__.py +++ b/octodns/record/__init__.py @@ -11,7 +11,7 @@ from ..idna import idna_encode from .geo import GeoCodes, GeoValue from .base import Record, ValueMixin, ValuesMixin -from .change import Create, Delete, Update +from .change import Change, Create, Delete, Update from .exception import RecordException, ValidationError from .rr import Rr, RrParseError from .target import ( @@ -33,6 +33,7 @@ ARecord AaaaRecord AliasRecord AliasValue +Change CnameRecord CnameValue Create