Remove comment for how to install PIL

We use Pillow now, which can be installed via PyPI
This commit is contained in:
David Baumgold
2014-01-23 11:23:10 -05:00
parent 636122c0b9
commit 0b0ea51521

View File

@@ -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