X-Git-Url: https://git.distorted.org.uk/~mdw/mLib-python/blobdiff_plain/23bff39b96e98bc1969d275bc7c43e1d6dd28429..376ad06df03e59ebf0796b2f475417150e82252d:/fwatch.pyx diff --git a/fwatch.pyx b/fwatch.pyx index ab0ae25..d058976 100644 --- 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)