]> git.pld-linux.org Git - packages/python-emotion.git/blame - python-emotion-cython.patch
- new
[packages/python-emotion.git] / python-emotion-cython.patch
CommitLineData
713a5c8c
JB
1--- python-emotion-0.7.3/emotion/emotion.c_emotion.pyx.orig 2010-10-01 01:03:44.000000000 +0200
2+++ python-emotion-0.7.3/emotion/emotion.c_emotion.pyx 2012-01-21 20:29:17.554886922 +0100
3@@ -50,7 +50,7 @@
4
5
6 cdef class Emotion(evas.c_evas.Object):
7- def __new__(self, *a, **ka):
8+ def __cinit__(self, *a, **ka):
9 self._emotion_callbacks = {}
10
11 def __init__(self, c_evas.Canvas canvas not None, **kargs):
This page took 0.049888 seconds and 4 git commands to generate.