Commit 71b16d45 authored by Andreas Jung's avatar Andreas Jung

added a main() function in order to provide a proper

entry point
parent 91a29447
......@@ -25,5 +25,8 @@ if softwarehome not in sys.path:
from ZEO.mkzeoinst import ZEOInstanceBuilder
if __name__ == "__main__":
def main():
ZEOInstanceBuilder().run()
if __name__ == "__main__":
main()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment