Changeset 73
- Timestamp:
- 06/23/06 09:05:48 (2 years ago)
- Files:
-
- branches/mk/cheesecake/cheesecake_index.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/mk/cheesecake/cheesecake_index.py
r71 r73 420 420 421 421 if not found_on_cheeseshop: 422 self.value += distance_from_pypi* self.distance_penalty422 self.value += (distance_from_pypi - 1) * self.distance_penalty 423 423 424 424 if distance_from_pypi:
