Author: mattip <[email protected]>
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)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to