[Revisionmanager-devel] RevisionManager/interfaces ObjectFactories.py,1.1.1.1,1.2
Brought to you by:
philikon
|
From: panjunyong <pan...@us...> - 2004-04-09 01:41:31
|
Update of /cvsroot/revisionmanager/RevisionManager/interfaces In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28574/interfaces Modified Files: ObjectFactories.py Log Message: add context parameter to createObject interface to support CMF content Index: ObjectFactories.py =================================================================== RCS file: /cvsroot/revisionmanager/RevisionManager/interfaces/ObjectFactories.py,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** ObjectFactories.py 17 Oct 2003 12:07:40 -0000 1.1.1.1 --- ObjectFactories.py 9 Apr 2004 01:28:18 -0000 1.2 *************** *** 38,43 **** """ ! def createObject(id, title, data, **kw): """ ! Create an object """ --- 38,43 ---- """ ! def createObject(id, title, data, context, **kw): """ ! Create an object under context """ |