Changeset 510

Show
Ignore:
Timestamp:
11/30/06 21:27:05 (2 years ago)
Author:
nicfit
Message:

Added

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/album_cover_control.py

    r507 r510  
    2929class AlbumCover: 
    3030    def __init__(self, front_cover): 
     31        # Mapping covers to image file names 
    3132        self._cover_files = {'front': front_cover} 
     33        # Mapping covers to Image objects 
    3234        self._cover_images = {} 
    3335