summaryrefslogtreecommitdiff
path: root/portato/ipc.pxd
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-04-14 22:28:19 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-04-14 22:28:19 +0200
commit67d927540ee10dbf70b9b71eda152605a63bbc90 (patch)
tree7247e43b1b159439743e6c77edfd4124b9fe63e2 /portato/ipc.pxd
parent06f03d7aa376c8164eff5068a412e76cf2c0b0a9 (diff)
parente5b5b6793999a5094832b1819cc6b5e5e5f0ca39 (diff)
downloadportato-67d927540ee10dbf70b9b71eda152605a63bbc90.tar.gz
portato-67d927540ee10dbf70b9b71eda152605a63bbc90.tar.bz2
portato-67d927540ee10dbf70b9b71eda152605a63bbc90.zip
Merge branch '0.14'
* 0.14: Make some useless info messages being debug statements Improve the C modules Small modifications made to the French translation (typos, grammar). Fixed the unicode support and stuff ... and also made eix faster :) Disable debug messages by default Better eix error inheritance and handling
Diffstat (limited to 'portato/ipc.pxd')
-rw-r--r--portato/ipc.pxd3
1 files changed, 2 insertions, 1 deletions
diff --git a/portato/ipc.pxd b/portato/ipc.pxd
index 38e6d30..5bcddd1 100644
--- a/portato/ipc.pxd
+++ b/portato/ipc.pxd
@@ -11,7 +11,8 @@
# Written by René 'Necoro' Neumann <necoro@necoro.net>
from python_string cimport *
-from python_mem cimport *
+from python_mem cimport PyMem_Malloc, PyMem_Free
+from python_exc cimport PyErr_NoMemory
cdef extern from "errno.h":
int errno