X-Git-Url: http://git.maemo.org/git/?p=python-purple;a=blobdiff_plain;f=connection.pyx;h=fe9cb7513baf57495f21dfb8be662dc5edc32c8b;hp=1531059d250299ee81e88b57f5f789b1b3eae655;hb=fa83e5e05e62fa5c6707312d375b97195143e6b7;hpb=7f9bbfa5e0f087ba5a5c1367ab1bea72f53573d0 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