Commit d28242b6 authored by Jim Fulton's avatar Jim Fulton

We now rely on importing ZEO before importing asyncore. This lests us

rely on the ZEO __init__, which relies on fap, to sort things out.
parent 428d62aa
......@@ -86,7 +86,7 @@
"""Start the server storage.
"""
__version__ = "$Revision: 1.20 $"[11:-2]
__version__ = "$Revision: 1.21 $"[11:-2]
import sys, os, getopt, string
......@@ -207,9 +207,6 @@ def main(argv):
elif o=='-d': detailed=1
elif o=='-s': Z=0
import fap
fap.fap(directory(me, 4)) # fixup asyncore/cPickle dependencies
if port is None and unix is None:
print usage
print 'No port specified.'
......
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