chiark
/
gitweb
/
~mdw
/
mLib-python
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Announce 1.0.2.
[mLib-python]
/
fwatch.pyx
diff --git
a/fwatch.pyx
b/fwatch.pyx
index ab0ae252947ebdf2455da4d688fd7ea7c1bfdbef..d0589760cd347e71d265251bd8f8a6dd7c1ca488 100644
(file)
--- a/
fwatch.pyx
+++ b/
fwatch.pyx
@@
-28,7
+28,7
@@
cdef class FWatch:
cdef fwatch fw
cdef public file
- def __
new
__(me, file):
+ def __
cinit
__(me, file):
me._init(file)
def __init__(me, file):
me._init(file)