[Erp5-report] r14606 - /erp5/trunk/products/ERP5Type/Base.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu May 24 14:54:28 CEST 2007


Author: romain
Date: Thu May 24 14:54:27 2007
New Revision: 14606

URL: http://svn.erp5.org?rev=14606&view=rev
Log:
Use psycowrapper for importing psyco.
Thanks to Lukasz Nowak.

Modified:
    erp5/trunk/products/ERP5Type/Base.py

Modified: erp5/trunk/products/ERP5Type/Base.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/Base.py?rev=14606&r1=14605&r2=14606&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/Base.py (original)
+++ erp5/trunk/products/ERP5Type/Base.py Thu May 24 14:54:27 2007
@@ -67,7 +67,7 @@
 
 from string import join
 import sys
-import psyco
+from Products.ERP5Type.PsycoWrapper import psyco
 
 from cStringIO import StringIO
 from socket import gethostname, gethostbyaddr




More information about the Erp5-report mailing list