Author: Amaury Forgeot d'Arc <[email protected]>
Branch: compile-from-stream
Changeset: r47090:6b67dd77810b
Date: 2011-08-31 01:14 +0200
http://bitbucket.org/pypy/pypy/changeset/6b67dd77810b/
Log: Fix recently merged test
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
@@ -782,7 +782,7 @@
w_modulename,
w_mod,
pathname,
- stream.readall())
+ stream)
finally:
space.setattr(space.sys, space.wrap('dont_write_bytecode'),
space.w_False)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit