From 1ebedbc8928e2e85faccc07f84da6b422040fb3e Mon Sep 17 00:00:00 2001 From: Ragner Magalhaes Date: Tue, 2 Dec 2008 20:59:16 +0000 Subject: [PATCH 1/1] Adding plugin.pyx to purple.pyx Adding plugin.pyx to purple.pyx Signed-off-by: Ragner Magalhaes git-svn-id: https://garage.maemo.org/svn/carman/branches/carman-0.7-beta2/python-purple@1386 596f6dd7-e928-0410-a184-9e12fd12cf7e --- purple.pyx | 1 + 1 file changed, 1 insertion(+) diff --git a/purple.pyx b/purple.pyx index b984590..1a82c68 100644 --- a/purple.pyx +++ b/purple.pyx @@ -347,6 +347,7 @@ cdef class Purple: else: return None +include "plugin.pyx" include "proxy.pyx" include "account.pyx" include "buddy.pyx" -- 1.7.9.5