Changeset 184 for cleverbox/trunk/setup.py
- Timestamp:
- 08/13/07 22:18:30 (5 years ago)
- Files:
-
- 1 modified
-
cleverbox/trunk/setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cleverbox/trunk/setup.py
r177 r184 6 6 It provides an interactive shell for deploying and maintaining instances of both projects. 7 7 """ 8 9 # Automatically install setuptools if needed.10 # User must have internet access11 # See http://peak.telecommunity.com/DevCenter/setuptools#using-setuptools-without-bundling-it12 import ez_setup13 ez_setup.use_setuptools()14 8 15 9 from glob import glob
