Commit c08b040f authored by Jim Fulton's avatar Jim Fulton

Moved posix inport to non-windows code.

parent 5398c40f
...@@ -340,11 +340,11 @@ sys.path=[os.path.join(here,'lib','python'),here ...@@ -340,11 +340,11 @@ sys.path=[os.path.join(here,'lib','python'),here
# from this point forward we can use the zope logger # from this point forward we can use the zope logger
import zLOG, posix import zLOG
if Zpid: if Zpid:
import zdaemon, App.FindHomes import zdaemon, App.FindHomes, posix
sys.ZMANAGED=1 sys.ZMANAGED=1
x = os.fork() x = os.fork()
......
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