From 0b0ea51521a7d74c8a687dbfb13d654556f39238 Mon Sep 17 00:00:00 2001 From: David Baumgold Date: Thu, 23 Jan 2014 11:23:10 -0500 Subject: [PATCH] Remove comment for how to install PIL We use Pillow now, which can be installed via PyPI --- common/lib/xmodule/xmodule/contentstore/content.py | 1 - 1 file changed, 1 deletion(-) diff --git a/common/lib/xmodule/xmodule/contentstore/content.py b/common/lib/xmodule/xmodule/contentstore/content.py index 42dbd810a7..61ff0bc192 100644 --- a/common/lib/xmodule/xmodule/contentstore/content.py +++ b/common/lib/xmodule/xmodule/contentstore/content.py @@ -10,7 +10,6 @@ from urlparse import urlparse, urlunparse from xmodule.modulestore import Location from .django import contentstore -# to install PIL on MacOSX: 'easy_install http://dist.repoze.org/PIL-1.1.6.tar.gz' from PIL import Image