Changeset 1220
- Timestamp:
- 08/30/06 15:14:47 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/Release2.1.0b/bin/install
r1219 r1220 30 30 lsp = l.split() 31 31 # test this to avoid fails on linux_gate, which has no library 32 if len(lsp) >= 3 32 if len(lsp) >= 3: 33 33 if lsp[2] == "not": 34 34 unresolved.append(lsp[0])
Note:
See TracChangeset
for help on using the changeset viewer.