diff options
author | Josh Blum | 2013-06-24 03:05:41 -0700 |
---|---|---|
committer | Josh Blum | 2013-06-24 03:05:41 -0700 |
commit | 5f3a64d6a9d0a949c95f23c888d42da3a70013bb (patch) | |
tree | d8fd7e9c3a0b790bce052b94e2c84e718b5b5b3e /python/gras/GRAS_Element.i | |
parent | c06fbef3cfa47fde6fec4786f0831c8452f877ac (diff) | |
download | sandhi-5f3a64d6a9d0a949c95f23c888d42da3a70013bb.tar.gz sandhi-5f3a64d6a9d0a949c95f23c888d42da3a70013bb.tar.bz2 sandhi-5f3a64d6a9d0a949c95f23c888d42da3a70013bb.zip |
gras: misc fixes from last commit
Diffstat (limited to 'python/gras/GRAS_Element.i')
-rw-r--r-- | python/gras/GRAS_Element.i | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/gras/GRAS_Element.i b/python/gras/GRAS_Element.i new file mode 100644 index 0000000..1cd0d14 --- /dev/null +++ b/python/gras/GRAS_Element.i @@ -0,0 +1,4 @@ +// Copyright (C) by Josh Blum. See LICENSE.txt for licensing information. + +%include <gras/exception.i> +%include <gras/element.i> |