diff options
author | tttx | 2011-05-24 15:22:13 -0400 |
---|---|---|
committer | tttx | 2011-05-24 15:22:13 -0400 |
commit | ee852007b1c0dbeeed6edeb9d5b8b07fed13df91 (patch) | |
tree | 151031324ee1fc776a89f4f883cfab51104a7908 /gruel/src/python | |
parent | 4598466e739c458e4fc54724411634ad3867c75a (diff) | |
download | gnuradio-ee852007b1c0dbeeed6edeb9d5b8b07fed13df91.tar.gz gnuradio-ee852007b1c0dbeeed6edeb9d5b8b07fed13df91.tar.bz2 gnuradio-ee852007b1c0dbeeed6edeb9d5b8b07fed13df91.zip |
update python installed files
Diffstat (limited to 'gruel/src/python')
-rw-r--r-- | gruel/src/python/Makefile.am | 4 | ||||
-rw-r--r-- | gruel/src/python/__init__.py | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gruel/src/python/Makefile.am b/gruel/src/python/Makefile.am index 5a45510d5..80cb04b24 100644 --- a/gruel/src/python/Makefile.am +++ b/gruel/src/python/Makefile.am @@ -35,5 +35,9 @@ noinst_PYTHON = \ gruel_PYTHON = \ __init__.py +gruelpmtdir = $(pythondir)/gruel/pmt + +gruelpmt_PYTHON = pmt/__init__.py + endif diff --git a/gruel/src/python/__init__.py b/gruel/src/python/__init__.py index 421a9aaa8..14014cc5a 100644 --- a/gruel/src/python/__init__.py +++ b/gruel/src/python/__init__.py @@ -21,5 +21,5 @@ # The presence of this file turns this directory into a Python package -from pmt_swig import * +import pmt; |