summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorRichard Wall <richard@aziz>2010-08-22 12:07:04 +0100
committerRichard Wall <richard@aziz>2010-08-22 12:07:04 +0100
commita6d2d76abf5b5e601fc5512929ef5d7efb217641 (patch)
tree41d139081b8a56030d144180a048f6e222c3dfa9 /bin
parent5c9261912a5d3f66d0edec02b1fb003b5d20629b (diff)
Fix a log error and correct import in stub script
Diffstat (limited to 'bin')
-rwxr-xr-xbin/build-apidocs2
1 files changed, 1 insertions, 1 deletions
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())