From 4bc503c96cb1d6ac98a9b3aa288102fd539a046b Mon Sep 17 00:00:00 2001 From: Adrian Likins Date: Mon, 8 Oct 2007 15:44:30 -0400 Subject: er, merge? wtf, I already committed and pushed these changes --- scripts/func | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/func') diff --git a/scripts/func b/scripts/func index 5e069f8..7cb4d1a 100755 --- a/scripts/func +++ b/scripts/func @@ -5,10 +5,10 @@ import distutils.sysconfig # sys.path.append("%s/func" % distutils.sysconfig.get_python_lib()) -import func.overlord.client as client +import func.overlord.func_command as func_command myname, argv = sys.argv[0], sys.argv[1:] -cli = client.FuncCommandLine() +cli = func_command.FuncCommandLine() print cli.parse(argv) -- cgit