summaryrefslogtreecommitdiffstats
path: root/src/lib/util/python
diff options
context:
space:
mode:
authorJINMEI Tatuya <jinmei@isc.org>2011-07-12 03:32:15 +0200
committerJINMEI Tatuya <jinmei@isc.org>2011-07-12 03:32:15 +0200
commitfd2daaa2c1a27140568cf5a4f04baf57682214d2 (patch)
tree6e527d2c73587919a0c1e4856bb5e47cf8b6b96b /src/lib/util/python
parent[trac983] fixed solaris regression: socktype (and probably protocol) arguments (diff)
downloadkea-fd2daaa2c1a27140568cf5a4f04baf57682214d2.tar.xz
kea-fd2daaa2c1a27140568cf5a4f04baf57682214d2.zip
[trac983] missing SOURCES for distcheck
Diffstat (limited to 'src/lib/util/python')
-rw-r--r--src/lib/util/python/wrapper_template.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/python/wrapper_template.cc b/src/lib/util/python/wrapper_template.cc
index 3a9282fbba..a703731261 100644
--- a/src/lib/util/python/wrapper_template.cc
+++ b/src/lib/util/python/wrapper_template.cc
@@ -210,7 +210,7 @@ namespace python {
// Most of the functions are not actually implemented and NULL here.
PyTypeObject @cppclass@_type = {
PyVarObject_HEAD_INIT(NULL, 0)
- "pydnspp.@CPPCLASS@",
+ "@MODULE@.@CPPCLASS@",
sizeof(s_@CPPCLASS@), // tp_basicsize
0, // tp_itemsize
reinterpret_cast<destructor>(@CPPCLASS@_destroy), // tp_dealloc