[Checkins] SVN: zopyx.smartprintng.core/trunk/zopyx/smartprintng/core/renderer.py cleanup

Andreas Jung andreas at andreas-jung.com
Wed Dec 24 04:00:14 EST 2008


Log message for revision 94299:
  cleanup
  

Changed:
  U   zopyx.smartprintng.core/trunk/zopyx/smartprintng/core/renderer.py

-=-
Modified: zopyx.smartprintng.core/trunk/zopyx/smartprintng/core/renderer.py
===================================================================
--- zopyx.smartprintng.core/trunk/zopyx/smartprintng/core/renderer.py	2008-12-23 20:46:54 UTC (rev 94298)
+++ zopyx.smartprintng.core/trunk/zopyx/smartprintng/core/renderer.py	2008-12-24 09:00:13 UTC (rev 94299)
@@ -101,13 +101,6 @@
             T.transform()
             soup = T.soup
 
-        # Download remote images and make them local 
-        # ATT: handling of local images
-        # moved code to the end of the pipline because
-        # the render template might also contain images
-        # soup = self.makeImagesLocal(soup)
-
-
         # now pass the modified HTML fragment to the template
         # in order to render a proper HTML document
         html2 = soup.renderContents()



More information about the Checkins mailing list