Author: Armin Rigo <[email protected]>
Branch: py3.5
Changeset: r90250:d08fd55e765a
Date: 2017-02-21 11:21 +0100
http://bitbucket.org/pypy/pypy/changeset/d08fd55e765a/
Log: missed lines in the merge 9690cd452a80
diff --git a/pypy/module/imp/test/test_import.py
b/pypy/module/imp/test/test_import.py
--- a/pypy/module/imp/test/test_import.py
+++ b/pypy/module/imp/test/test_import.py
@@ -153,6 +153,15 @@
pass
p.join('x.py').rename(p.join('x.pyw'))
+ if hasattr(p, "mksymlinkto"):
+ p = root.join("devnullpkg")
+ p.ensure(dir=True)
+ p.join("__init__.py").mksymlinkto(os.devnull)
+
+ p = root.join("onlypyw")
+ p.ensure(dir=True)
+ p.join("__init__.pyw")
+
return str(root)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit