From: <dom...@us...> - 2013-06-05 19:28:03
|
Revision: 503 http://sourceforge.net/p/fvwm-crystal/code/503 Author: dominique_libre Date: 2013-06-05 19:28:01 +0000 (Wed, 05 Jun 2013) Log Message: ----------- bin/fvwm-crystal.apps; bin/fvwm-crystal.wallpaper; scripts/FvwmMPD/*.py: updated the python shebangs from python2 to python2.7 Modified Paths: -------------- ChangeLog bin/fvwm-crystal.apps bin/fvwm-crystal.wallpaper fvwm/scripts/FvwmMPD/getprevdir.py fvwm/scripts/FvwmMPD/stripnames.py Modified: ChangeLog =================================================================== --- ChangeLog 2013-06-05 19:18:07 UTC (rev 502) +++ ChangeLog 2013-06-05 19:28:01 UTC (rev 503) @@ -5,6 +5,8 @@ when the font size is changing bindings/Misc_Keybindings_NumLock: removed non necessary and wrong binding on PrintScreen + bin/fvwm-crystal.apps; bin/fvwm-crystal.wallpaper; scripts/FvwmMPD/*.py: + updated the python shebangs from python2 to python2.7 Mardi 4 Juin 2013 Dominique Michel Makefile: fix make uninstall of fvwm-crystal man page Modified: bin/fvwm-crystal.apps =================================================================== --- bin/fvwm-crystal.apps 2013-06-05 19:18:07 UTC (rev 502) +++ bin/fvwm-crystal.apps 2013-06-05 19:28:01 UTC (rev 503) @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python2.7 # # Author: Rafal Bisingier 2005 # Modified: bin/fvwm-crystal.wallpaper =================================================================== --- bin/fvwm-crystal.wallpaper 2013-06-05 19:18:07 UTC (rev 502) +++ bin/fvwm-crystal.wallpaper 2013-06-05 19:28:01 UTC (rev 503) @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python2.7 # 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 2013-06-05 19:18:07 UTC (rev 502) +++ fvwm/scripts/FvwmMPD/getprevdir.py 2013-06-05 19:28:01 UTC (rev 503) @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python2.7 # Return the path to the previous mpd library directory import sys Modified: fvwm/scripts/FvwmMPD/stripnames.py =================================================================== --- fvwm/scripts/FvwmMPD/stripnames.py 2013-06-05 19:18:07 UTC (rev 502) +++ fvwm/scripts/FvwmMPD/stripnames.py 2013-06-05 19:28:01 UTC (rev 503) @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python2.7 import sys if __name__ == "__main__": This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |