Author: Alexander Hesse <webmas...@aquanasoft.de>
Branch: split-rpython
Changeset: r59944:3354e7cfa070
Date: 2013-01-11 08:16 +0100
http://bitbucket.org/pypy/pypy/changeset/3354e7cfa070/

Log:    Fixed typo in import

diff --git a/pypy/module/_socket/interp_socket.py 
b/pypy/module/_socket/interp_socket.py
--- a/pypy/module/_socket/interp_socket.py
+++ b/pypy/module/_socket/interp_socket.py
@@ -6,7 +6,7 @@
 from rpython.rlib import rsocket
 from rpython.rlib.rsocket import RSocket, AF_INET, SOCK_STREAM
 from rpython.rlib.rsocket import SocketError, SocketErrorWithErrno, 
RSocketError
-from rpython.rlib.socket import INETAddress, INET6Address
+from rpython.rlib.rsocket import INETAddress, INET6Address
 from pypy.interpreter.error import OperationError, operationerrfmt
 from pypy.interpreter import gateway
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to