X-Git-Url: http://git.maemo.org/git/?p=python-purple;a=blobdiff_plain;f=connection.pyx;h=fe9cb7513baf57495f21dfb8be662dc5edc32c8b;hp=2e9a8f41aed371f9532665d018ca6194d3fd1062;hb=fe31cc60e134bb3cb2794866f81acd2686307756;hpb=e7e4e8ff4937aed9c1b732719bc310c3e8a88f5e diff --git a/connection.pyx b/connection.pyx index 2e9a8f4..fe9cb75 100644 --- a/connection.pyx +++ b/connection.pyx @@ -17,11 +17,11 @@ # along with this program. If not, see . # -cimport connection +cimport purple cdef class Connection: """ Connection class """ cdef connection.PurpleConnection *__conn - def connect(self): - connect_to_signals_for_demonstration_purposes_only() + def __init__(self): + pass