python vs modules

This commit is contained in:
Vitor Santos Costa
2017-06-15 22:40:55 +01:00
parent 3a06d4fecb
commit 97aad19cd0
15 changed files with 116 additions and 103 deletions

View File

@@ -1,5 +1,3 @@
#include "py4yap.h"
/**
*
* @section Python Built-Ins
@@ -10,7 +8,7 @@
//@{
#include "python.h"
#include "py4yap.h"
static PyObject *finalLookup(PyObject *i, const char *s) {
PyObject *rc;