[Erp5-report] r35279 nicolas - /erp5/trunk/products/ERP5Type/patches/memcache_client.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed May 12 20:15:17 CEST 2010


Author: nicolas
Date: Wed May 12 20:15:16 2010
New Revision: 35279

URL: http://svn.erp5.org?rev=35279&view=rev
Log:
I forgot to enable monkey patch, sorry

Modified:
    erp5/trunk/products/ERP5Type/patches/memcache_client.py

Modified: erp5/trunk/products/ERP5Type/patches/memcache_client.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/patches/memcache_client.py?rev=35279&r1=35278&r2=35279&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/patches/memcache_client.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/patches/memcache_client.py [utf8] Wed May 12 20:15:16 2010
@@ -168,3 +168,4 @@
           buf += data
       self.buffer = buf[index+2:]
       return buf[:index]
+  memcache._Host.readline = readline




More information about the Erp5-report mailing list