diff options
author | Josh Blum | 2012-11-23 17:48:27 -0800 |
---|---|---|
committer | Josh Blum | 2012-11-23 17:48:27 -0800 |
commit | ff2cdaee343e8c61d0b94eddf5dbbe2ad6dc46be (patch) | |
tree | e1a2398c1c825f017adb38e5c8a9ecc4b0b37a36 /python/gras/__init__.py | |
parent | 432e5294b477b782108de72d85f9f7f95961698b (diff) | |
download | sandhi-ff2cdaee343e8c61d0b94eddf5dbbe2ad6dc46be.tar.gz sandhi-ff2cdaee343e8c61d0b94eddf5dbbe2ad6dc46be.tar.bz2 sandhi-ff2cdaee343e8c61d0b94eddf5dbbe2ad6dc46be.zip |
swig import to avoid PMC symbol duplication
Diffstat (limited to 'python/gras/__init__.py')
-rw-r--r-- | python/gras/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/gras/__init__.py b/python/gras/__init__.py index dac4f03..82dcb40 100644 --- a/python/gras/__init__.py +++ b/python/gras/__init__.py @@ -1,5 +1,6 @@ # Copyright (C) by Josh Blum. See LICENSE.txt for licensing information. +from PMC import * from GRAS_Block import Block, Tag, IOSignature from GRAS_HierBlock import HierBlock, TopBlock from GRAS_ThreadPool import ThreadPoolConfig, ThreadPool |