X-Git-Url: http://git.maemo.org/git/?p=python-purple;a=blobdiff_plain;f=conversation.pyx;h=c13578a75c582604cd322062a85ecc24edbdd740;hp=a00d0edf8e8d1f066ed5364278ed8f9c425152f8;hb=7cb45fa563b2f0d0e9352373ab0e853188592dcf;hpb=e7e4e8ff4937aed9c1b732719bc310c3e8a88f5e diff --git a/conversation.pyx b/conversation.pyx index a00d0ed..c13578a 100644 --- a/conversation.pyx +++ b/conversation.pyx @@ -17,13 +17,13 @@ # along with this program. If not, see . # -cimport conversation +cimport purple cdef class Conversation: """ Conversation class """ cdef conversation.PurpleConversation *__conv - def __cinit__(self): + def __init__(self): conversation.c_purple_conversations_init() def conversation_new(self, type, acc, char *name):