Browse Source

[2911] removed obsolete part of docstring

JINMEI Tatuya 12 years ago
parent
commit
717f7ead4c
1 changed files with 1 additions and 3 deletions
  1. 1 3
      src/bin/xfrin/xfrin.py.in

+ 1 - 3
src/bin/xfrin/xfrin.py.in

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