Changeset 48 in tailor
- Timestamp:
- 07/05/04 16:45:50 (9 years ago)
- Hash name:
- 20040705144550-97f81-8327156dc8d45fe60aba83c53bb261c9a3109005
- File:
-
- 1 edited
-
vcpx/tailor.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vcpx/tailor.py
r46 r48 216 216 217 217 proj = args.pop(0) 218 root = abspath(proj) 219 basedir, module = split(root) 218 root = abspath(proj) 219 220 if exists(join(root, STATUS_FILENAME)): 221 basedir = root 222 else: 223 basedir, module = split(root) 220 224 221 225 if options.bootstrap:
Note: See TracChangeset
for help on using the changeset viewer.
