[pypy-commit] pypy default: trivial fixes

mattip noreply at buildbot.pypy.org
Tue Nov 3 13:59:17 EST 2015


Author: mattip <matti.picus at gmail.com>
Branch: 
Changeset: r80525:83f9532a7bf3
Date: 2015-11-03 20:59 +0200
http://bitbucket.org/pypy/pypy/changeset/83f9532a7bf3/

Log:	trivial fixes

diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc/whatsnew-head.rst
@@ -8,3 +8,7 @@
 .. branch: 2174-fix-osx-10-11-translation
 
 Use pkg-config to find ssl headers on OS-X
+
+.. branch: Zearin/minor-whatsnewrst-markup-tweaks-edited-o-1446387512092
+
+
diff --git a/rpython/translator/platform/darwin.py b/rpython/translator/platform/darwin.py
--- a/rpython/translator/platform/darwin.py
+++ b/rpython/translator/platform/darwin.py
@@ -1,6 +1,7 @@
 """Support for OS X."""
 
 from rpython.translator.platform import posix
+import os
 
 #
 # Although Intel 32bit is supported since Apple Mac OS X 10.4, (and PPC since, ever)


More information about the pypy-commit mailing list