from __future__ import absolute_import
# Standard modules
-import os
import logging
import logging.config
import textwrap
import copy
-import socket
import time
from functools import cmp_to_key
from .common import pp, compare_fqdn, to_str
from .common import RE_DOT_AT_END
-from .pdns_app import PpPDNSAppError, PpPDNSApplication, PDNSApiNotFoundError, PDNSApiValidationError
-from .pdns_zone import PdnsApiZone
-from .pdns_record import compare_rrsets
+from .pdns_app import PpPDNSAppError, PpPDNSApplication
-__version__ = '0.2.8'
+__version__ = '0.2.9'
LOG = logging.getLogger(__name__)