Browse Source

bogus commit, previous one had the wrong message attached, should have been:

Added richcmp function to rdata (+test of course), and fixed a type error in rrtype_python's createStatic function


git-svn-id: svn://bind10.isc.org/svn/bind10/experiments/python-binding@2258 e5f2f494-b856-4b98-b285-d166d9295462
Jelte Jansen 15 years ago
parent
commit
bf0b3e3f94
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/lib/dns/python/rdata_python.cc

+ 1 - 0
src/lib/dns/python/rdata_python.cc

@@ -249,6 +249,7 @@ RData_richcmp(s_Rdata* self, s_Rdata* other, int op) {
 // end of Rdata
 
 
+
 // Module Initialization, all statics are initialized here
 bool
 initModulePart_Rdata(PyObject* mod) {