Fix compilation error using python2.7
[python-purple] / proxy.pyx
index 13a1bdd..f02cd97 100644 (file)
--- a/proxy.pyx
+++ b/proxy.pyx
@@ -17,7 +17,8 @@
 #  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 
-cimport purple
+cimport account
+cimport proxy
 
 cdef class ProxyInfoType:
     cdef proxy.PurpleProxyType c_type