summaryrefslogtreecommitdiff
path: root/gruel/src/python/pmt/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'gruel/src/python/pmt/__init__.py')
-rw-r--r--gruel/src/python/pmt/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/gruel/src/python/pmt/__init__.py b/gruel/src/python/pmt/__init__.py
index 0862af0eb..bc933e80a 100644
--- a/gruel/src/python/pmt/__init__.py
+++ b/gruel/src/python/pmt/__init__.py
@@ -26,4 +26,6 @@ The GNU Radio Utility Etcetera Library's Polymorphic Types for Python.
'''
from pmt_swig import *
+from pmt_to_python import pmt_to_python as to_python
+from pmt_to_python import python_to_pmt as to_pmt