diff --git a/apis/PyPAD/scripts/pypad_icecast2.exemplar b/apis/PyPAD/scripts/pypad_icecast2.exemplar index 55dcddf5..908918e6 100644 --- a/apis/PyPAD/scripts/pypad_icecast2.exemplar +++ b/apis/PyPAD/scripts/pypad_icecast2.exemplar @@ -1,9 +1,7 @@ -; pypad_icecast2.conf -; -; This is the sample configuration file for the 'pypad_icecast2.py' module for -; Rivendell, which can be used to update the metadata on an Icecast2 +; This is the sample configuration file for the 'pypad_icecast2.py' PyPAD script +; for Rivendell, which can be used to update the metadata on an Icecast2 ; mountpoint using Now & Next data. - +; ; Section Header ; diff --git a/apis/PyPAD/scripts/pypad_icecast2.py b/apis/PyPAD/scripts/pypad_icecast2.py index 6277cd6e..4c25deee 100755 --- a/apis/PyPAD/scripts/pypad_icecast2.py +++ b/apis/PyPAD/scripts/pypad_icecast2.py @@ -20,8 +20,6 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # -from __future__ import print_function - import os import sys import socket diff --git a/apis/PyPAD/scripts/pypad_tunein.exemplar b/apis/PyPAD/scripts/pypad_tunein.exemplar index f607c033..c0fdb775 100644 --- a/apis/PyPAD/scripts/pypad_tunein.exemplar +++ b/apis/PyPAD/scripts/pypad_tunein.exemplar @@ -1,10 +1,7 @@ -; pypad_tunein.conf +; This is the sample configuration file for the 'pypad_tunein.py' PyPAD script for +; Rivendell, which can be used to update the metadata at TuneIn server +; using Now & Next data. ; -; This is the sample configuration file for the 'pypad_tunein' module for -; Rivendell, which can be used to update the metadata at TuneIn -; server using Now & Next data. -; - ; Section Header ; diff --git a/apis/PyPAD/scripts/pypad_tunein.py b/apis/PyPAD/scripts/pypad_tunein.py index 56b2af39..f1606967 100755 --- a/apis/PyPAD/scripts/pypad_tunein.py +++ b/apis/PyPAD/scripts/pypad_tunein.py @@ -20,8 +20,6 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # -from __future__ import print_function - import os import sys import socket