[zopeorg-checkins] CVS: Products/ZopeOrg-NV/Extensions - synchronizeSkeleton.py:1.28

Jens Vagelpohl jens at zope.com
Tue Jun 11 09:21:58 EDT 2002


Update of /cvs-zopeorg/Products/ZopeOrg-NV/Extensions
In directory cvs.zope.org:/tmp/cvs-serv32363/Extensions

Modified Files:
	synchronizeSkeleton.py 
Log Message:
comment out annoying print statements



=== Products/ZopeOrg-NV/Extensions/synchronizeSkeleton.py 1.27 => 1.28 ===
                     folder_obj = getattr( aq_base( cur_obj ), elem_id )
                     prop_dict = _getProps( fs_file )
-                    print fs_file
-                    print folder_obj
+                    #print fs_file
+                    #print folder_obj
                     folder_obj.edit( title=prop_dict.get( 'title', '' )
                                    , description=prop_dict.get( 'description', '' )
                                    )






More information about the zopeorg-checkins mailing list