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