diff options
author | Josh Blum | 2013-06-26 19:34:04 -0700 |
---|---|---|
committer | Josh Blum | 2013-06-26 19:34:04 -0700 |
commit | 973ac1e4e9b9adc5f2d58f108793c8aff5ba2d11 (patch) | |
tree | f6841e07b3694fc3fee7566b1295e534af302c44 /python | |
parent | 4443e62215b4197e44077c86cce135fa035b9035 (diff) | |
download | sandhi-973ac1e4e9b9adc5f2d58f108793c8aff5ba2d11.tar.gz sandhi-973ac1e4e9b9adc5f2d58f108793c8aff5ba2d11.tar.bz2 sandhi-973ac1e4e9b9adc5f2d58f108793c8aff5ba2d11.zip |
gras: messing with imports
Diffstat (limited to 'python')
-rw-r--r-- | python/gras/GRAS_PyBlock.i | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/gras/GRAS_PyBlock.i b/python/gras/GRAS_PyBlock.i index a588a88..e9809a8 100644 --- a/python/gras/GRAS_PyBlock.i +++ b/python/gras/GRAS_PyBlock.i @@ -58,7 +58,6 @@ // Pull in the implementation goodies //////////////////////////////////////////////////////////////////////// %import <gras/element.i> -%import <gras/tags.i> %include <gras/tag_iter.i> %import <gras/block.i> |