From de95090467772157a850834b5c954e939729dbc1 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 18 Oct 2012 08:59:10 -0400 Subject: [PATCH] r2e: use PYTHONPATH to find and run rss2email. This should make it easier for r2e to work where several Python version are installed on the same machine. --- r2e | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r2e b/r2e index a2cf9af..83851b9 100755 --- a/r2e +++ b/r2e @@ -1,2 +1,2 @@ #!/bin/sh -python3 rss2email.py -c config -d feeds.dat $* +python3 -c 'import rss2email; rss2email.run()' -c config -d feeds.dat $* -- 2.26.2