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 674a2ae..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-req = context.REQUEST
-resp = req.RESPONSE
-filename = getattr(context, 'orig_name', context.getId())
-resp.setHeader('Content-Disposition', 'attachment; filename=%s' % filename)
-
-return context.index_html(req, resp)