chiark / gitweb /
debian/control: Fix up some Python version numbers.
[mLib-python] / crc32.pyx
index f76ef5edea082320cc40021d525639b46b2d2dbb..b5d8374575a36028a89daac3125a0768220fcb90 100644 (file)
--- a/crc32.pyx
+++ b/crc32.pyx
@@ -27,7 +27,7 @@
 
 cdef class CRC32:
   cdef uint32 _a
-  def __new__(me, *hunoz, **hukairz):
+  def __cinit__(me, *hunoz, **hukairz):
     me._a = 0
   def __init__(me):
     pass