]> git.pld-linux.org Git - packages/Zope.git/blob - Zope-mkzeoinstance
- x32 rebuild
[packages/Zope.git] / Zope-mkzeoinstance
1 #!/usr/bin/python
2
3 import sys
4 sys.path.insert(0,"/usr/lib/zope/lib/python")
5 from ZEO.mkzeoinst import ZEOInstanceBuilder
6 ZEOInstanceBuilder().run()
This page took 0.093615 seconds and 3 git commands to generate.