Commit 5bb99fe1 authored by Arnaud Fontaine's avatar Arnaud Fontaine

ZODB Components: Preparation of erp5_base migration from FS: Fix pylint unused-import warnings.

parent 7dd4c93d
...@@ -39,8 +39,6 @@ from Products.ERP5.MovementCollectionDiff import _getPropertyAndCategoryList ...@@ -39,8 +39,6 @@ from Products.ERP5.MovementCollectionDiff import _getPropertyAndCategoryList
import zope.interface import zope.interface
from zLOG import LOG
_marker = object() _marker = object()
class BusinessProcess(Path, XMLObject): class BusinessProcess(Path, XMLObject):
......
...@@ -33,13 +33,10 @@ from AccessControl import ClassSecurityInfo ...@@ -33,13 +33,10 @@ from AccessControl import ClassSecurityInfo
from Products.ERP5Type import Permissions, PropertySheet, interfaces from Products.ERP5Type import Permissions, PropertySheet, interfaces
from Products.ERP5.Document.Path import Path from Products.ERP5.Document.Path import Path
from Products.ERP5Type.Core.Predicate import Predicate
from Products.ERP5.ExplanationCache import _getExplanationCache from Products.ERP5.ExplanationCache import _getExplanationCache
import zope.interface import zope.interface
from zLOG import LOG
class TradeModelPath(Path): class TradeModelPath(Path):
""" """
The TradeModelPath class embeds all information related to The TradeModelPath class embeds all information related to
......
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