Change shebang to Python 3.7 - lyrics - Print lyrics of songs given the artist and title
 (HTM) hg clone https://bitbucket.org/iamleot/lyrics
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) changeset 218f63a3b9ac1c37f699fb339d0d797afd5723c6
 (DIR) parent 2b89d42c0714dd0b094fb542e403a8e40a371ac1
 (HTM) Author: Leonardo Taccari <iamleot@gmail.com>
       Date:   Sat, 29 Sep 2018 20:37:00 
       
       Change shebang to Python 3.7
       
       Diffstat:
        lyrics.py |  2 +-
        1 files changed, 1 insertions(+), 1 deletions(-)
       ---
       diff -r 2b89d42c0714 -r 218f63a3b9ac lyrics.py
       --- a/lyrics.py Wed Sep 19 17:43:57 2018 +0200
       +++ b/lyrics.py Sat Sep 29 20:37:00 2018 +0200
       @@ -1,4 +1,4 @@
       -#!/usr/pkg/bin/python3.6
       +#!/usr/pkg/bin/python3.7
        
        #
        # Copyright (c) 2018 Leonardo Taccari