From a6d2d76abf5b5e601fc5512929ef5d7efb217641 Mon Sep 17 00:00:00 2001 From: Richard Wall Date: Sun, 22 Aug 2010 12:07:04 +0100 Subject: Fix a log error and correct import in stub script --- bin/build-apidocs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/build-apidocs') diff --git a/bin/build-apidocs b/bin/build-apidocs index a4ff988..37a6bd2 100755 --- a/bin/build-apidocs +++ b/bin/build-apidocs @@ -5,6 +5,6 @@ import sys # Add the current branch to the python path sys.path.append(os.path.join(os.path.dirname(__file__), '..')) -from jarmonbuild import BuildApidocsCommand +from jarmonbuild.commands import BuildApidocsCommand raise SystemExit(BuildApidocsCommand().main()) -- cgit v1.2.3-2-g168b