Commit 92eb5a9b authored by Alexandre Boeglin's avatar Alexandre Boeglin

added missing imports


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10414 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d02b1c42
......@@ -28,6 +28,7 @@
##############################################################################
from math import log
from warnings import warn
from AccessControl import ClassSecurityInfo
from DateTime import DateTime
......@@ -42,7 +43,7 @@ from Products.CMFCore.WorkflowCore import WorkflowMethod
from Products.CMFCategory.Renderer import Renderer
from Products.CMFCore.utils import getToolByName
from zLOG import LOG
from zLOG import LOG, WARNING
class Resource(XMLMatrix, CoreResource, Variated):
"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment