From: Ragner Magalhaes Date: Tue, 2 Dec 2008 20:42:01 +0000 (+0000) Subject: Small cleanups. X-Git-Url: http://git.maemo.org/git/?p=python-purple;a=commitdiff_plain;h=23bbccf4aeb7b092ae26a90f05c1ced78b512295 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 --- 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