pylibmount: rewrite to be py2/py3 universal

Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Ondrej Oprala 2013-08-29 14:57:04 +02:00 committed by Karel Zak
parent 8e5c467500
commit 464074532c
14 changed files with 253 additions and 155 deletions

View file

@ -119,6 +119,7 @@ extern PyObject *PyObjectResultInt(int i);
extern PyObject *PyObjectResultStr(const char *s);
extern char *pystos(PyObject *pys);
extern void PyFree(void *o);