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