From e48f3cad2c1f9770f0bf96dfcf09098cd57f359b Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 14 Jun 2007 10:37:08 +0000 Subject: [PATCH] /usr/bin/env python git-svn-id: file:///home/phd/archive/SVN/xsetbg/trunk@17 143022c7-580b-0410-bae3-87f2bf5d3141 --- find_oldest.py | 2 +- print-filename.py | 2 +- print_all.py | 2 +- xsetbg.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/find_oldest.py b/find_oldest.py index df79432..5394370 100755 --- a/find_oldest.py +++ b/find_oldest.py @@ -1,4 +1,4 @@ -#! /usr/local/bin/python -O +#! /usr/bin/env python """Count shown files; display the date of oldest file This file is a part of XSetBg. diff --git a/print-filename.py b/print-filename.py index a710a93..7a5f754 100755 --- a/print-filename.py +++ b/print-filename.py @@ -1,4 +1,4 @@ -#! /usr/local/bin/python -O +#! /usr/bin/env python """Print background filename Print the filename of the current or previous background image. diff --git a/print_all.py b/print_all.py index 19d5a94..8c17b57 100755 --- a/print_all.py +++ b/print_all.py @@ -1,4 +1,4 @@ -#! /usr/local/bin/python -O +#! /usr/bin/env python """Print shown files sorted by date This file is a part of XSetBg. diff --git a/xsetbg.py b/xsetbg.py index e3f3365..c2b9948 100755 --- a/xsetbg.py +++ b/xsetbg.py @@ -1,4 +1,4 @@ -#! /usr/local/bin/python -O +#! /usr/bin/env python """Set a random background image (XWin) Select a random image from a (list of) directory(s) -- 2.39.2