chiark
/
gitweb
/
~mdw
/
mLib-python
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix qualified names for types supplied by C.
[mLib-python]
/
atom-base.c
diff --git
a/atom-base.c
b/atom-base.c
index 62a45a67f097577399c71dbffb9ca3bcaf8a361f..e1e38f9b3877ae98b41764837e925e449d013286 100644
(file)
--- a/
atom-base.c
+++ b/
atom-base.c
@@
-156,7
+156,7
@@
static long atom_pyhash(PyObject *me)
PyTypeObject atom_pytype = {
PyObject_HEAD_INIT(0) 0, /* Header */
- "
atom
.Atom", /* @tp_name@ */
+ "
mLib
.Atom", /* @tp_name@ */
sizeof(atom_pyobj), /* @tp_basicsize@ */
0, /* @tp_itemsize@ */