loops/deploy/start.py
helmutm 2c6cdafe10 added modules and scripts for Windows deployment/installer
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2502 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-04-08 06:47:20 +00:00

10 lines
132 B
Python
Executable file

#! /usr/bin/env python
""" Start script using a standardized entry point: main.main()
$Id$
"""
from main import main
main()