buildframework/helium/external/python/bin/epydoc
author Jon Chatten
Mon, 22 Mar 2010 09:19:45 +0000
branchfix
changeset 387 1e062eefe47f
parent 1 be27ed110b50
permissions -rw-r--r--
release note: DPDEF144648 - Raptor failed to build tools_deb objects under Windows XP

#!C:\APPS\actpython\python.exe
#
# Call the command line interface for Epydoc.
#

# Make sure that we don't get confused between an epydoc.py script and
# the real epydoc package.
import sys, os.path
if os.path.exists(os.path.join(sys.path[0], 'epydoc.py')):
    del sys.path[0]

from epydoc.cli import cli
cli()