pymaa.i: add rename to remove maa_ prefix from python lib
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
%module pymaa
|
||||
%module(docstring="Python interface to libmaa") pymaa
|
||||
%feature("autodoc", "1");
|
||||
|
||||
%rename("%(strip:[maa_])s") "";
|
||||
|
||||
%include ../maa.i
|
||||
|
||||
Reference in New Issue
Block a user