comment default thumb sizes

--HG--
extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40418
This commit is contained in:
Daniel Grana 2008-11-25 13:44:06 +00:00
parent f61be3f078
commit 1a60f6c1cb
1 changed files with 3 additions and 3 deletions

View File

@ -21,9 +21,9 @@ from .images import BaseImagesPipeline, NoimagesDrop, ImageException
class S3ImagesPipeline(BaseImagesPipeline):
MEDIA_TYPE = 'image'
THUMBS = (
("50", (50, 50)),
("110", (110, 110)),
("270", (270, 270))
# ('50', (50, 50)),
# ('110', (110, 110)),
# ('270', (270, 270))
)
def __init__(self):