Switch to side-by-side view

--- a/src/radio_scripts/fip-meta.py
+++ b/src/radio_scripts/fip-meta.py
@@ -1,7 +1,9 @@
-#!/usr/bin/env python3
-#
-# Metadata getter for fip stations, we get the station number as first
-# parameter (set in config file).
+#!/usr/bin/env python2
+from __future__ import print_function
+
+# metadata getter for French radio FIP stations, we get the station
+# number as first parameter (set in config file).
+
 import requests
 import json
 import sys