Changeset 224

Show
Ignore:
Timestamp:
02/13/08 20:38:12 (9 months ago)
Author:
trivoallan
Message:

cleverbox : oops !

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cleverbox/branches/0.4/setup.py

    r202 r224  
    11#!/usr/bin/env python 
    2  
    3 # Automatically install setuptools if needed. 
    4 # User must have internet access 
    5 # See http://peak.telecommunity.com/DevCenter/setuptools#using-setuptools-without-bundling-it 
    6 import ez_setup 
    7 #ez_setup.use_setuptools() 
    82 
    93from glob import glob 
  • cleverbox/tags/0.4.1/setup.py

    r202 r224  
    11#!/usr/bin/env python 
    2  
    3 # Automatically install setuptools if needed. 
    4 # User must have internet access 
    5 # See http://peak.telecommunity.com/DevCenter/setuptools#using-setuptools-without-bundling-it 
    6 import ez_setup 
    7 #ez_setup.use_setuptools() 
    82 
    93from glob import glob