diff options
author | Josh Blum | 2013-07-27 01:17:46 -0700 |
---|---|---|
committer | Josh Blum | 2013-07-27 01:17:46 -0700 |
commit | 7a677f768094fecfbb04e7b803c99cc2787153a2 (patch) | |
tree | 347e4bd306307bd0f9c979518f840bab00da5488 /python/gras/__init__.py | |
parent | b877d078b11cb848b344f4f7534398f70157aa15 (diff) | |
download | sandhi-7a677f768094fecfbb04e7b803c99cc2787153a2.tar.gz sandhi-7a677f768094fecfbb04e7b803c99cc2787153a2.tar.bz2 sandhi-7a677f768094fecfbb04e7b803c99cc2787153a2.zip |
gras: work on module loading and python factory
naming convention, path convention, env var convention,
And, make a python factory -- but its a little halfassed.
You see, we didnt do the swig director thing yet,
so C++ cant yet create python blocks from the factory.
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 3c16388..6dcd4cd 100644 --- a/python/gras/__init__.py +++ b/python/gras/__init__.py @@ -18,3 +18,4 @@ from GRAS_PyBlock import PyBlock as Block from GRAS_PyHierBlocks import PyHierBlock as HierBlock from GRAS_PyHierBlocks import PyTopBlock as TopBlock from GRAS_ThreadPool import ThreadPoolConfig, ThreadPool +import GRAS_Loader |