diff options
author | Josh Blum | 2013-03-17 17:38:40 -0700 |
---|---|---|
committer | Josh Blum | 2013-03-17 17:38:40 -0700 |
commit | 468d53f7797c63cda2ef9ba765f1066550d19ce4 (patch) | |
tree | 4008d74ee3138114799e9bf8434f8356e8ad804f /include/gras/block.i | |
parent | 420f118ed61c52ae00b765b57be83bae910e0a60 (diff) | |
download | sandhi-468d53f7797c63cda2ef9ba765f1066550d19ce4.tar.gz sandhi-468d53f7797c63cda2ef9ba765f1066550d19ce4.tar.bz2 sandhi-468d53f7797c63cda2ef9ba765f1066550d19ce4.zip |
gras: work on python hooks for props interface
Diffstat (limited to 'include/gras/block.i')
-rw-r--r-- | include/gras/block.i | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gras/block.i b/include/gras/block.i index ef2738c..1ad3106 100644 --- a/include/gras/block.i +++ b/include/gras/block.i @@ -8,6 +8,7 @@ %} %include <gras/element.i> +%include <gras/detail/property.hpp> %import <gras/tags.i> %include <gras/tag_iter.i> %import <gras/sbuffer.i> |