From: Jean-Philippe Orsini Date: Tue, 19 Jan 2016 23:57:42 +0000 (+0100) Subject: Fixed indentation X-Git-Url: https://git.wpitchoune.net/gitweb/?p=radio.git;a=commitdiff_plain;h=079ac950630d42c5ad523c55c161fe476d11bea2 Fixed indentation --- diff --git a/mp3tohtml.py b/mp3tohtml.py index 3ba95f6..7a030ac 100755 --- a/mp3tohtml.py +++ b/mp3tohtml.py @@ -1,11 +1,12 @@ #!/usr/bin/python -# Generate an HTML page containing information about -# MP3s in a directory. +# Generate an HTML page containing information about MP3s in a +# directory. # # Usage: mp3tohtml.py # -# Last version of this tool can be get from the GIT repository http://git.wpitchoune.net/radio.git +# Last version of this tool can be get from the GIT repository: +# http://git.wpitchoune.net/radio.git # # (c) 2015 Jean-Philippe Orsini