From 23bbccf4aeb7b092ae26a90f05c1ced78b512295 Mon Sep 17 00:00:00 2001 From: Ragner Magalhaes Date: Tue, 2 Dec 2008 20:42:01 +0000 Subject: [PATCH 1/1] Small cleanups. FIXES: - Removed redundant cimports on plugin.pyx and proxy.pyx. Signed-off-by: Bruno Abinader git-svn-id: https://garage.maemo.org/svn/carman/branches/carman-0.7-beta2/python-purple@1341 596f6dd7-e928-0410-a184-9e12fd12cf7e --- plugin.pyx | 2 -- proxy.pyx | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/plugin.pyx b/plugin.pyx index 0ea893f..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 diff --git a/proxy.pyx b/proxy.pyx index bb03d6d..54fca86 100644 --- a/proxy.pyx +++ b/proxy.pyx @@ -17,7 +17,7 @@ # along with this program. If not, see . # -cimport proxy +cimport purple cdef class ProxyInfoType: cdef proxy.PurpleProxyType c_type -- 1.7.9.5