[CMF-checkins] CVS: CMF/CMFSetup - context.py:1.16

Yvo Schubbe y.2005- at wcm-solutions.de
Mon Jan 17 05:34:01 EST 2005


Update of /cvs-repository/CMF/CMFSetup
In directory cvs.zope.org:/tmp/cvs-serv11511/CMFSetup

Modified Files:
	context.py 
Log Message:
- synced argument order with DirectoryImportContext.__init__


=== CMF/CMFSetup/context.py 1.15 => 1.16 ===
--- CMF/CMFSetup/context.py:1.15	Thu Aug 12 11:07:41 2004
+++ CMF/CMFSetup/context.py	Mon Jan 17 05:34:01 2005
@@ -351,8 +351,8 @@
     def __init__( self
                 , tool
                 , snapshot_id
-                , encoding=None
                 , should_purge=False
+                , encoding=None
                 ):
 
         self._tool = tool = aq_inner( tool )



More information about the CMF-checkins mailing list