Browse Source

propset

git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2729 e5f2f494-b856-4b98-b285-d166d9295462
JINMEI Tatuya 14 years ago
parent
commit
de31fac6a2
2 changed files with 3 additions and 1 deletions
  1. 2 0
      src/lib/dns/python/libdns_python.cc
  2. 1 1
      src/lib/dns/python/message_python.cc

+ 2 - 0
src/lib/dns/python/libdns_python.cc

@@ -23,6 +23,8 @@
 //
 // And of course care has to be taken that all identifiers be unique
 
+// $Id$
+
 #define PY_SSIZE_T_CLEAN
 #include <Python.h>
 #include <structmember.h>

+ 1 - 1
src/lib/dns/python/message_python.cc

@@ -12,7 +12,7 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
-// $Id: message_python.cc 1711 2010-04-14 15:14:53Z jelte $
+// $Id$
 
 #include <dns/message.h>
 using namespace isc::dns;