[Zope-Checkins] SVN: Zope/trunk/lib/python/OFS/ObjectManager.py
zLOG -> logging
Andreas Jung
andreas at andreas-jung.com
Sun Jan 8 05:52:53 EST 2006
Log message for revision 41200:
zLOG -> logging
Changed:
U Zope/trunk/lib/python/OFS/ObjectManager.py
-=-
Modified: Zope/trunk/lib/python/OFS/ObjectManager.py
===================================================================
--- Zope/trunk/lib/python/OFS/ObjectManager.py 2006-01-08 10:52:36 UTC (rev 41199)
+++ Zope/trunk/lib/python/OFS/ObjectManager.py 2006-01-08 10:52:53 UTC (rev 41200)
@@ -67,7 +67,6 @@
}
bad_id=re.compile(r'[^a-zA-Z0-9-_~,.$\(\)# @]').search
-LOG = getLogger('OFS.ObjectManager')
def checkValidId(self, id, allow_dup=0):
# If allow_dup is false, an error will be raised if an object
More information about the Zope-Checkins
mailing list