changeset 587 | 85df38eb4012 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/buildframework/helium/builder/tools/sphinx/sphinx-build.py Tue Apr 27 08:33:08 2010 +0300 @@ -0,0 +1,9 @@ +#!python.exe +# EASY-INSTALL-ENTRY-SCRIPT: 'Sphinx==0.5.1','console_scripts','sphinx-build' +__requires__ = 'Sphinx==0.5.1' +import sys +from pkg_resources import load_entry_point + +sys.exit( + load_entry_point('Sphinx==0.5.1', 'console_scripts', 'sphinx-build')() +)