X-Git-Url: https://scm.cri.mines-paristech.fr/git/Plinn.git/blobdiff_plain/3e0a2c257d49fb162da9c70d2f70194036235166..b256003a249073e88612be6400ae8e9abf80d7b5:/patch.py?ds=sidebyside diff --git a/patch.py b/patch.py index badf42a..5a7b5b4 100644 --- a/patch.py +++ b/patch.py @@ -1,7 +1,7 @@ """ Plinn monkey patch -$Id: patch.py 1458 2009-01-30 18:11:21Z pin $ -$URL: http://svn.cri.ensmp.fr/svn/Plinn/branches/CMF-2.1/patch.py $ + + """ from Products.CMFCore.PortalFolder import PortalFolder as CMFPortalFolder from Folder import PlinnFolder @@ -9,3 +9,4 @@ from Folder import PlinnFolder CMFPortalFolder.listFolderContents = PlinnFolder.listFolderContents.im_func CMFPortalFolder.listNearestFolderContents = PlinnFolder.listNearestFolderContents.im_func CMFPortalFolder.listCatalogedContents = PlinnFolder.listCatalogedContents.im_func +CMFPortalFolder.put_upload = PlinnFolder.put_upload.im_func