[Checkins] SVN: manuel/trunk/buildout.cfg PILwoTk isn't on PyPI and the tests all still pass with this removed.

Chris Withers chris at simplistix.co.uk
Tue Sep 8 06:11:10 EDT 2009


Log message for revision 103636:
  PILwoTk isn't on PyPI and the tests all still pass with this removed.
  
  Benji: please feel free to revert if this causes you problems, but let me know why PIL is needed ;-)

Changed:
  U   manuel/trunk/buildout.cfg

-=-
Modified: manuel/trunk/buildout.cfg
===================================================================
--- manuel/trunk/buildout.cfg	2009-09-08 09:59:18 UTC (rev 103635)
+++ manuel/trunk/buildout.cfg	2009-09-08 10:11:10 UTC (rev 103636)
@@ -28,14 +28,10 @@
 eggs =
     docutils
     Sphinx
-    PILwoTk
 scripts = sphinx-build=docs
 base-sphinx-args = ('-W -N -c ${buildout:directory}/sphinx ${buildout:directory}/src ${buildout:directory}/docs'.split())
 arguments = sys.argv + ${sphinx-docs-html:base-sphinx-args}
 initialization =
-    # XXX for some reason "import Image" doesn't work for us; hack it
-    import PIL.Image                                                                                                                                                                                                                    
-    sys.modules['Image'] = PIL.Image
 
 # build the (HTML) user docs each time the buildout is run
 [build-docs]



More information about the checkins mailing list