Kaydet (Commit) 012815d2 authored tarafından Ilker Manap's avatar Ilker Manap

py3.4 icin include duzeltildi.. pyiks.c icinde modul return edilmemisti, duzeltildi.

üst 0ae810c5
......@@ -7,7 +7,7 @@
** option) any later version. Please read the COPYING file.
*/
#include <python3.5m/Python.h>
#include <python3.4m/Python.h>
#include "iksemel.h"
PyObject *piksemel_module;
......@@ -1035,4 +1035,5 @@ PyInit_piksemel(void)
PyModule_AddObject(m, "Node", (PyObject *)&Node_type);
piksemel_module = m;
return m;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment