[Erp5-report] r42405 davide.tammaro - /erp5/trunk/products/Vifib/Conduit/VifibConduit.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Jan 18 10:49:36 CET 2011


Author: davide.tammaro
Date: Tue Jan 18 10:49:36 2011
New Revision: 42405

URL: http://svn.erp5.org?rev=42405&view=rev
Log:
removed unused module

Modified:
    erp5/trunk/products/Vifib/Conduit/VifibConduit.py

Modified: erp5/trunk/products/Vifib/Conduit/VifibConduit.py
URL: http://svn.erp5.org/erp5/trunk/products/Vifib/Conduit/VifibConduit.py?rev=42405&r1=42404&r2=42405&view=diff
==============================================================================
--- erp5/trunk/products/Vifib/Conduit/VifibConduit.py [utf8] (original)
+++ erp5/trunk/products/Vifib/Conduit/VifibConduit.py [utf8] Tue Jan 18 10:49:36 2011
@@ -1,22 +1,8 @@
 # -*- coding: utf-8 -*-
 
-from AccessControl import ClassSecurityInfo
-from AccessControl import Unauthorized
-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 zLOG import LOG, INFO
+#import xml_marshaller
 from lxml import etree
-from lxml.etree import Element
 parser = etree.XMLParser(remove_blank_text=True)
 
 



More information about the Erp5-report mailing list