Added Python version of bursts to fn_time converter
diff --git a/python/misc_utils/CMakeLists.txt b/python/misc_utils/CMakeLists.txt
index ec732a4..8c7c175 100644
--- a/python/misc_utils/CMakeLists.txt
+++ b/python/misc_utils/CMakeLists.txt
@@ -23,5 +23,6 @@
     clock_offset_corrector_tagged.py
     hier_block.py 
     fn_time.py
+    burst_to_fn_time.py
     DESTINATION ${GR_PYTHON_DIR}/grgsm
 )