bin/buildout
branchZTK-1.1
changeset 123 e88a6168a90e
parent 122 33fccc7909b5
child 124 953f5b5bddb6
equal deleted inserted replaced
122:33fccc7909b5 123:e88a6168a90e
     1 #!/var/local/env/bb-2.6/bin/python
       
     2 
       
     3 import sys
       
     4 sys.path[0:0] = [
       
     5     '/var/local/eggs/distribute-0.6.14-py2.6.egg',
       
     6     '/var/local/eggs/zc.buildout-1.5.2-py2.6.egg',
       
     7     ]
       
     8 
       
     9 
       
    10 import zc.buildout.buildout
       
    11 
       
    12 if __name__ == '__main__':
       
    13     zc.buildout.buildout.main()