From 88748c78fb56a0d82dfb9610f2b9feeb0a7976cb Mon Sep 17 00:00:00 2001 From: Casey Dahlin Date: Tue, 8 Jul 2008 14:32:53 -0400 Subject: Modulize presto-utils --- presto-utils/prunedrpms | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'presto-utils/prunedrpms') diff --git a/presto-utils/prunedrpms b/presto-utils/prunedrpms index 65ee9dc..e8cb4ba 100755 --- a/presto-utils/prunedrpms +++ b/presto-utils/prunedrpms @@ -1,2 +1,2 @@ #!/bin/sh -exec /usr/share/presto-utils/doprunedrpms.py "$@" +exec /usr/bin/python -m presto-utils.doprunedrpms "$@" -- cgit