chiark
/
gitweb
/
~mdw
/
mLib-python
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
*.pyx: Replace __new__ with __cinit__ like the program says.
[mLib-python]
/
ident.pyx
diff --git
a/ident.pyx
b/ident.pyx
index 8f143ec23f440b87072bd361ebf08b59a1dddb91..47de397ce6a8daa2150f9ad1d1358d05a4f699d0 100644
(file)
--- a/
ident.pyx
+++ b/
ident.pyx
@@
-52,7
+52,7
@@
cdef class SelIdentify:
cdef _error
cdef _failed
cdef _bogus
- def __
new
__(me, sk,
+ def __
cinit
__(me, sk,
userproc = None, bogusproc = None,
badproc = None, errorproc = None, failedproc = None,
*hunoz, **hukairz):