Changeset 96
- Timestamp:
- 07/20/06 11:31:40 (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
r95 r96 294 294 if 'name' not in dict: 295 295 setattr(cls, 'name', name) 296 297 def __repr__(cls): 298 return '<Index class: %s>' % cls.name 296 299 297 300 def make_indices_dict(indices):
