[pypy-commit] pypy stdlib-2.7.9: Translation fix

amauryfa noreply at buildbot.pypy.org
Tue Feb 10 00:06:18 CET 2015


Author: Amaury Forgeot d'Arc <amauryfa at gmail.com>
Branch: stdlib-2.7.9
Changeset: r75794:ef5805046353
Date: 2015-02-10 00:06 +0100
http://bitbucket.org/pypy/pypy/changeset/ef5805046353/

Log:	Translation fix

diff --git a/pypy/module/_ssl/interp_win32.py b/pypy/module/_ssl/interp_win32.py
--- a/pypy/module/_ssl/interp_win32.py
+++ b/pypy/module/_ssl/interp_win32.py
@@ -1,5 +1,5 @@
 from rpython.rlib import rwin32
-from rpython.rtyper.lltypesystem import rffi
+from rpython.rtyper.lltypesystem import rffi, lltype
 from rpython.rtyper.tool import rffi_platform
 from rpython.translator.tool.cbuild import ExternalCompilationInfo
 from pypy.interpreter.gateway import unwrap_spec


More information about the pypy-commit mailing list