Commit 6eb9bab7 authored by Jim Fulton's avatar Jim Fulton

More changes reflecting use of develop-eggs.

parent a4bd85fb
......@@ -18,7 +18,7 @@ $Id$
import os, sys, urllib2
for d in 'eggs', 'bin':
for d in 'eggs', 'develop-eggs', 'bin':
if not os.path.exists(d):
os.mkdir(d)
......@@ -52,7 +52,7 @@ os.spawnle(os.P_WAIT, sys.executable, sys.executable, 'setup.py',
## easy.finalize_options()
## easy.easy_install('zc.buildout')
env = pkg_resources.Environment(['eggs'])
env = pkg_resources.Environment(['develop-eggs', 'eggs'])
ws = pkg_resources.WorkingSet()
sys.path[0:0] = [
......
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