[ZCM] [ZC] 1257/ 3 Comment "Missing import declaration"

Collector: Zope Bugs, Features, and Patches ... zope-coders-admin at zope.org
Mon Mar 15 05:51:33 EST 2004


Issue #1257 Update (Comment) "Missing import declaration"
 Status Resolved, Zope/bug+solution medium
To followup, visit:
  http://zope.org/Collectors/Zope/1257

==============================================================
= Comment - Entry #3 by chrisw on Mar 15, 2004 5:51 am

How's it look on the HEAD?
________________________________________
= Resolve - Entry #2 by ajung on Mar 14, 2004 11:00 am

 Status: Pending => Resolved

I fixed this on the 2.7 branch
________________________________________
= Request - Entry #1 by naro on Mar 14, 2004 10:48 am

In file ZODB/fspack.py is missing import

from zLOG import LOG, ERROR

LOG and ERROR are used in def "fail": LOG("FS pack", ERROR, s)

Solution: add 'from zLOG import LOG, ERROR' to file fspack.py

==============================================================




More information about the Zope-Collector-Monitor mailing list