chiark / gitweb /
Stamp the module name onto types properly.
[catacomb-python] / bytestring.c
index 6b45d24723ac13c0029522519b3555b643749108..99c114cc26ceb497cd8b8a5e5dc4f5f9815fae02 100644 (file)
@@ -130,7 +130,7 @@ static PyBufferProcs bytestring_pybuffer;
 
 static PyTypeObject bytestring_pytype_skel = {
   PyObject_HEAD_INIT(0) 0,             /* Header */
-  "catacomb.ByteString",               /* @tp_name@ */
+  "ByteString",                                /* @tp_name@ */
   0,                                   /* @tp_basicsize@ */
   0,                                   /* @tp_itemsize@ */