summaryrefslogtreecommitdiff
path: root/gr-atsc/src/python/fpll.py
diff options
context:
space:
mode:
Diffstat (limited to 'gr-atsc/src/python/fpll.py')
-rwxr-xr-xgr-atsc/src/python/fpll.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/gr-atsc/src/python/fpll.py b/gr-atsc/src/python/fpll.py
index 672fba83b..24bc7277f 100755
--- a/gr-atsc/src/python/fpll.py
+++ b/gr-atsc/src/python/fpll.py
@@ -21,10 +21,12 @@
#
from gnuradio import gr, atsc
-import math
+import math, os
def main():
+ print os.getpid()
+
tb = gr.top_block()
u = gr.file_source(gr.sizeof_float,"/tmp/atsc_pipe_2")