]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2911] removed obsolete part of docstring
authorJINMEI Tatuya <jinmei@isc.org>
Tue, 28 May 2013 22:45:50 +0000 (15:45 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Thu, 30 May 2013 16:58:50 +0000 (09:58 -0700)
src/bin/xfrin/xfrin.py.in

index 0d7e8a74f41807295b01261ac6a79e4315357e6c..5bcbce1a8b57fd86218e6d6a2ce96de84cc82854 100755 (executable)
@@ -1097,9 +1097,7 @@ def _get_zone_soa(datasrc_client, zone_name, zone_class):
     responsible for creating zone in the corresponding DB table.
     For a longer term we should deprecate this behavior by introducing
     more generic zone management framework, but at the moment we try
-    to not surprise existing users.  (Note also that the part of
-    providing the compatible behavior uses the old data source API.
-    We'll deprecate this API in a near future, too).
+    to not surprise existing users.
 
     """
     # datasrc_client should never be None in production case (only tests could