Commit 37f9b40f authored by Jérome Perrin's avatar Jérome Perrin

erp5_web_service: remove unused imports

parent 8c082b15
......@@ -28,10 +28,10 @@
##############################################################################
from AccessControl import ClassSecurityInfo
from Products.CMFCore.utils import getToolByName
from Products.ERP5Type import Permissions, PropertySheet, Constraint, interfaces
from Products.ERP5Type import Permissions, PropertySheet
from Products.ERP5Type.XMLObject import XMLObject
class FTPConnector(XMLObject):
# CMF Type Definition
meta_type = 'FTP Connector'
......
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