[CMF-checkins] CVS: CMF/CMFCore - FSMetadata.py:1.8

Tres Seaver tseaver at zope.com
Mon Jan 12 11:38:28 EST 2004


Update of /cvs-repository/CMF/CMFCore
In directory cvs.zope.org:/tmp/cvs-serv25861/CMFCore

Modified Files:
	FSMetadata.py 
Log Message:
 - Merge acquire flag fix from 1.4


=== CMF/CMFCore/FSMetadata.py 1.7 => 1.8 ===
--- CMF/CMFCore/FSMetadata.py:1.7	Sat May 24 10:42:03 2003
+++ CMF/CMFCore/FSMetadata.py	Mon Jan 12 11:37:57 2004
@@ -110,7 +110,7 @@
 
         acquire, roles = data.split(':')
         roles = [r.strip() for r in roles.split(',') if r.strip()]
-        return (acquire, roles)
+        return (int(acquire), roles)
 
     def _getSectionDict(self, cfg, section, parser=None):
         """




More information about the CMF-checkins mailing list