eggification
[Portfolio.git] / Products / Portfolio / skins / static / git-favicon.png
diff --git a/skins/photo_edit_control.py b/skins/photo_edit_control.py
deleted file mode 100644 (file)
index 044bbff..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-##parameters=file='', **others
-if file :
-       emptyImage = not context.size
-       try :
-               context.manage_upload(file)
-               return context.setStatus(True, 'Saved changes.')
-       except IOError :
-               if emptyImage: context.manage_upload('')
-               return context.setStatus(False, 'Image file format non supported.')
-else :
-       return context.setStatus(False, 'Nothing to change.')