diff options
Diffstat (limited to 'include/gras/block.i')
-rw-r--r-- | include/gras/block.i | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/gras/block.i b/include/gras/block.i index 2ba9779..0fed36d 100644 --- a/include/gras/block.i +++ b/include/gras/block.i @@ -19,8 +19,11 @@ %include <gras/block.hpp> //////////////////////////////////////////////////////////////////////// -// Create pythonic gateway to get and set +// Create pythonic methods //////////////////////////////////////////////////////////////////////// +%pythoncode %{ +from PMC import * +%} %extend gras::Block { %insert("python") |