Private
Public Access
2
0

python: Support building of both python2 & python3 bindings

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2016-05-26 12:01:50 +01:00
parent 1cfdfcddc6
commit 99841419ab
14 changed files with 235 additions and 65 deletions

View File

@@ -0,0 +1,5 @@
%module(docstring="Python interface to libmraa") mraa
%feature("autodoc", "3");
%include ../mraapython.i