[pypy-svn] r74219 - pypy/branch/py12/pypy/lib/distributed

hpk at codespeak.net hpk at codespeak.net
Thu Apr 29 11:39:46 CEST 2010


Author: hpk
Date: Thu Apr 29 11:39:45 2010
New Revision: 74219

Modified:
   pypy/branch/py12/pypy/lib/distributed/socklayer.py
Log:
leave a note that the "pygreen" dependency needs to be sorted - 
question is probably if 'pypy/lib/distributed' should just vanish for now. 


Modified: pypy/branch/py12/pypy/lib/distributed/socklayer.py
==============================================================================
--- pypy/branch/py12/pypy/lib/distributed/socklayer.py	(original)
+++ pypy/branch/py12/pypy/lib/distributed/socklayer.py	Thu Apr 29 11:39:45 2010
@@ -1,6 +1,8 @@
 
 import py
 from socket import socket
+
+XXX needs import adaptation as 'green' is removed from py lib for years 
 from py.impl.green.msgstruct import decodemessage, message
 from socket import socket, AF_INET, SOCK_STREAM
 import marshal



More information about the Pypy-commit mailing list