From b256003a249073e88612be6400ae8e9abf80d7b5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Benoi=CC=82t=20Pin?= Date: Tue, 10 Dec 2013 11:02:18 +0100 Subject: [PATCH] =?utf8?q?Ajout=20de=20la=20m=C3=A9thode=20d=E2=80=99uploa?= =?utf8?q?d=20par=20glisser=20/=20d=C3=A9poser=20sur=20le=20portail.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- patch.py | 1 + 1 file changed, 1 insertion(+) diff --git a/patch.py b/patch.py index a5daab1..5a7b5b4 100644 --- a/patch.py +++ b/patch.py @@ -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 -- 2.20.1