From 2c3b7777633780370f53fd4cffdaaa25abd443a9 Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Mon, 10 Dec 2018 09:01:07 -0800 Subject: [PATCH] Move octodns/record.py to octodns/record/__init__.py --- octodns/{record.py => record/__init__.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename octodns/{record.py => record/__init__.py} (100%) diff --git a/octodns/record.py b/octodns/record/__init__.py similarity index 100% rename from octodns/record.py rename to octodns/record/__init__.py