projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
612f61f
)
Correct a typo that breaks test_distutils
author
Amaury Forgeot d'Arc
<amauryfa@gmail.com>
Wed, 2 Jul 2008 23:22:30 +0000
(23:22 +0000)
committer
Amaury Forgeot d'Arc
<amauryfa@gmail.com>
Wed, 2 Jul 2008 23:22:30 +0000
(23:22 +0000)
Modules/xxmodule.c
patch
|
blob
|
history
diff --git
a/Modules/xxmodule.c
b/Modules/xxmodule.c
index efa97b46eea11f0b7741ae94d42b859bc80a0d85..602cdfe5ca6a210fe763a74620b1c02825d0c0ea 100644
(file)
--- a/
Modules/xxmodule.c
+++ b/
Modules/xxmodule.c
@@
-72,7
+72,7
@@
Xxo_getattro(XxoObject *self, PyObject *name)
return v;
}
}
- return PyObject_GenericGet
a
ttr((PyObject *)self, name);
+ return PyObject_GenericGet
A
ttr((PyObject *)self, name);
}
static int