
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2502 fd906abe-77d9-0310-91a1-e0d9ade77398
10 lines
132 B
Python
Executable file
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()
|
|
|