summaryrefslogtreecommitdiffstats
path: root/ipalib/dns.py
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2016-06-08 17:53:58 +0200
committerMartin Basti <mbasti@redhat.com>2016-06-17 15:22:24 +0200
commit87c23ba029df9227384b3f5e2028f3f0e429e9ab (patch)
tree76e0c9c0aae52b685f44f7b120c7adc0d7fbc39c /ipalib/dns.py
parent745a2e6471b27faabeb5479b9d2845b18606d8b0 (diff)
downloadfreeipa-87c23ba029df9227384b3f5e2028f3f0e429e9ab.tar.gz
freeipa-87c23ba029df9227384b3f5e2028f3f0e429e9ab.tar.xz
freeipa-87c23ba029df9227384b3f5e2028f3f0e429e9ab.zip
DNS Locations: DNS data management
Adding module that allows to work with IPA DNS system records: * getting system records * updating system records * work with DNS locations https://fedorahosted.org/freeipa/ticket/2008 Reviewed-By: Petr Spacek <pspacek@redhat.com> Reviewed-By: Jan Cholasta <jcholast@redhat.com>
Diffstat (limited to 'ipalib/dns.py')
-rw-r--r--ipalib/dns.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ipalib/dns.py b/ipalib/dns.py
index 54a4c24a0..55e45a094 100644
--- a/ipalib/dns.py
+++ b/ipalib/dns.py
@@ -18,6 +18,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
+from __future__ import absolute_import
+
import re
from ipalib import errors