Browse Source

Include Change in octodns.record, some module tests use it

pull/969/head
Ross McFarland 3 years ago
parent
commit
2c9c0518a5
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      octodns/record/__init__.py

+ 2
- 1
octodns/record/__init__.py View File

@ -11,7 +11,7 @@ from ..idna import idna_encode
from .geo import GeoCodes, GeoValue from .geo import GeoCodes, GeoValue
from .base import Record, ValueMixin, ValuesMixin 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 .exception import RecordException, ValidationError
from .rr import Rr, RrParseError from .rr import Rr, RrParseError
from .target import ( from .target import (
@ -33,6 +33,7 @@ ARecord
AaaaRecord AaaaRecord
AliasRecord AliasRecord
AliasValue AliasValue
Change
CnameRecord CnameRecord
CnameValue CnameValue
Create Create


Loading…
Cancel
Save