From: <dom...@us...> - 2011-02-20 17:47:35
|
Revision: 98 http://fvwm-crystal.svn.sourceforge.net/fvwm-crystal/?rev=98&view=rev Author: dominique_libre Date: 2011-02-20 17:47:29 +0000 (Sun, 20 Feb 2011) Log Message: ----------- Fix the python shebangs to python2 Modified Paths: -------------- ChangeLog bin/fvwm-crystal.apps bin/fvwm-crystal.wallpaper fvwm/scripts/FvwmMPD/getprevdir.py fvwm/scripts/FvwmMPD/stripnames.py Modified: ChangeLog =================================================================== --- ChangeLog 2011-02-20 11:50:29 UTC (rev 97) +++ ChangeLog 2011-02-20 17:47:29 UTC (rev 98) @@ -1,7 +1,8 @@ ChangeLog for FVWM-Crystal -Dimanche 2' février 2011 Dominique Michel +Dimanche 20 février 2011 Dominique Michel * Introducing $(DESTDIR) into the Makefile + * Fix the python shebangs to python2 Mercredi 9 février 2011 Dominique Michel * Fixed setting of Recipe preference under heavy system load Modified: bin/fvwm-crystal.apps =================================================================== --- bin/fvwm-crystal.apps 2011-02-20 11:50:29 UTC (rev 97) +++ bin/fvwm-crystal.apps 2011-02-20 17:47:29 UTC (rev 98) @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # # Author: Rafal Bisingier 2005 # Modified: bin/fvwm-crystal.wallpaper =================================================================== --- bin/fvwm-crystal.wallpaper 2011-02-20 11:50:29 UTC (rev 97) +++ bin/fvwm-crystal.wallpaper 2011-02-20 17:47:29 UTC (rev 98) @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # Select random wallpaper from given directory or directories # Written by: Maciej Delmanowski <ha...@po...> Modified: fvwm/scripts/FvwmMPD/getprevdir.py =================================================================== --- fvwm/scripts/FvwmMPD/getprevdir.py 2011-02-20 11:50:29 UTC (rev 97) +++ fvwm/scripts/FvwmMPD/getprevdir.py 2011-02-20 17:47:29 UTC (rev 98) @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # Return the path to the previous mpd library directory import sys Modified: fvwm/scripts/FvwmMPD/stripnames.py =================================================================== --- fvwm/scripts/FvwmMPD/stripnames.py 2011-02-20 11:50:29 UTC (rev 97) +++ fvwm/scripts/FvwmMPD/stripnames.py 2011-02-20 17:47:29 UTC (rev 98) @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 import sys if __name__ == "__main__": This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |