X-Git-Url: http://git.maemo.org/git/?p=python-purple;a=blobdiff_plain;f=plugin.pyx;h=a4ef02f3aff4270a50f389d85be5b997a274c01b;hp=020fde16c2ef0c54e5d426d5a6cddd27f4fcdfb1;hb=501c0498d70144d950602879e44840e761e8cc00;hpb=a63ce1528885689b88ef3be9926acfd574a088db diff --git a/plugin.pyx b/plugin.pyx index 020fde1..a4ef02f 100644 --- a/plugin.pyx +++ b/plugin.pyx @@ -17,10 +17,8 @@ # along with this program. If not, see . # -cimport prpl cimport purple - cdef class Plugin: cdef plugin.PurplePlugin *c_plugin cdef prpl.PurplePluginProtocolInfo *c_prpl_info @@ -58,5 +56,6 @@ cdef class Plugins: if p: protocols += [p] iter = iter.next + glib.g_list_free(iter) self.protocols = protocols return protocols