Commit 8731f49c authored by Davide Tammaro's avatar Davide Tammaro

removed unused module

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42405 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3854ed96
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from AccessControl import ClassSecurityInfo #from zLOG import LOG, INFO
from AccessControl import Unauthorized #import xml_marshaller
from AccessControl.SecurityManagement import newSecurityManager
from OFS.Traversable import NotFound
from Products.DCWorkflow.DCWorkflow import ValidationFailed
from Products.ERP5Security.ERP5UserManager import SUPER_USER
from Products.ERP5Type.Globals import InitializeClass
from Products.ERP5Type.Tool.BaseTool import BaseTool
from Products.ERP5Type.UnrestrictedMethod import UnrestrictedMethod
from slapos.slap.slap import Computer
from slapos.slap.slap import ComputerPartition as SlapComputerPartition
from slapos.slap.slap import SoftwareInstance
from slapos.slap.slap import SoftwareRelease
from zLOG import LOG, INFO
import xml_marshaller
from lxml import etree from lxml import etree
from lxml.etree import Element
parser = etree.XMLParser(remove_blank_text=True) parser = etree.XMLParser(remove_blank_text=True)
......
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