]> CRI, Mines Paris - PSL - Portfolio.git/blobdiff - skins/photo_download.py
eggification
[Portfolio.git] / skins / photo_download.py
diff --git a/skins/photo_download.py b/skins/photo_download.py
deleted file mode 100755 (executable)
index 3a185fd..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-req = context.REQUEST
-resp = req.RESPONSE
-resp.setHeader('Content-Disposition', 'attachment; filename=%s' % context.getId())
-
-return context.index_html(req, resp)