From a2c6f4d49049f86c0cc867368194d2e08812379a Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Fri, 1 Feb 2013 20:20:54 +0100 Subject: pmt: added python converters --- gruel/src/python/pmt/__init__.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gruel/src/python/pmt/__init__.py') 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 -- cgit