[Erp5-report] r42404 davide.tammaro - /erp5/trunk/products/Vifib/Conduit/VifibConduit.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Jan 18 10:48:10 CET 2011
Author: davide.tammaro
Date: Tue Jan 18 10:48:09 2011
New Revision: 42404
URL: http://svn.erp5.org?rev=42404&view=rev
Log:
fixed syntax error
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=42404&r1=42403&r2=42404&view=diff
==============================================================================
--- erp5/trunk/products/Vifib/Conduit/VifibConduit.py [utf8] (original)
+++ erp5/trunk/products/Vifib/Conduit/VifibConduit.py [utf8] Tue Jan 18 10:48:09 2011
@@ -20,7 +20,7 @@ from lxml.etree import Element
parser = etree.XMLParser(remove_blank_text=True)
-class VifibConduit():
+class VifibConduit:
"""This conduit is used to synchronize tiosafe packing list and erp5"""
def __init__(self):
More information about the Erp5-report
mailing list