summaryrefslogtreecommitdiffstats
path: root/presto-utils/prunedrpms
diff options
context:
space:
mode:
authorCasey Dahlin <cdahlin@redhat.com>2008-07-08 14:32:53 -0400
committerCasey Dahlin <cdahlin@redhat.com>2008-07-08 15:10:05 -0400
commit88748c78fb56a0d82dfb9610f2b9feeb0a7976cb (patch)
tree52c05b066f1f43536be9b8b89487dfc620537731 /presto-utils/prunedrpms
parent0a515ce71e644efec6043082a0ea35c6d4313d48 (diff)
downloadpresto-88748c78fb56a0d82dfb9610f2b9feeb0a7976cb.tar.gz
presto-88748c78fb56a0d82dfb9610f2b9feeb0a7976cb.tar.xz
presto-88748c78fb56a0d82dfb9610f2b9feeb0a7976cb.zip
Modulize presto-utils
Diffstat (limited to 'presto-utils/prunedrpms')
-rwxr-xr-xpresto-utils/prunedrpms2
1 files changed, 1 insertions, 1 deletions
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 "$@"