dns: move code shared by client and server to separate module

Move the shared code to a new ipalib.dns module.

https://fedorahosted.org/freeipa/ticket/4739

Reviewed-By: David Kupka <dkupka@redhat.com>
This commit is contained in:
Jan Cholasta
2016-06-01 14:55:13 +02:00
parent b8988da096
commit 6cfb9d73d9
4 changed files with 109 additions and 77 deletions

View File

@@ -21,6 +21,8 @@
Various utility functions.
"""
from __future__ import absolute_import
import os
import socket
import re