Changeset 224 for cleverbox/branches/0.4/setup.py
- Timestamp:
- 02/13/08 20:38:12 (4 years ago)
- Files:
-
- 1 modified
-
cleverbox/branches/0.4/setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cleverbox/branches/0.4/setup.py
r202 r224 1 1 #!/usr/bin/env python 2 3 # Automatically install setuptools if needed.4 # User must have internet access5 # See http://peak.telecommunity.com/DevCenter/setuptools#using-setuptools-without-bundling-it6 import ez_setup7 #ez_setup.use_setuptools()8 2 9 3 from glob import glob
