Changeset 1521
- Timestamp:
- 10/20/08 06:44:33 (3 months ago)
- Files:
-
- wine-doors/trunk/setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wine-doors/trunk/setup.py
r1474 r1521 169 169 print "Not found !" 170 170 missing_required.append("orange") 171 172 print " unzip . . . ", 173 if findexec( "unzip" ): 174 print "Found" 175 else: 176 print "Not found !" 171 177 172 178 print " ps . . . ",
