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/createprestorepo-0.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'presto-utils/createprestorepo-0.3') diff --git a/presto-utils/createprestorepo-0.3 b/presto-utils/createprestorepo-0.3 index a8f5200..2d64efa 100755 --- a/presto-utils/createprestorepo-0.3 +++ b/presto-utils/createprestorepo-0.3 @@ -1,2 +1,2 @@ #!/bin/sh -exec /usr/share/presto-utils/genpresto.py "$@" +exec /usr/bin/python -m presto-utils.genpresto "$@" -- cgit