Author: Manuel Jacob
Branch: py3k
Changeset: r61361:25627d9b6ee4
Date: 2013-02-16 17:29 +0100
http://bitbucket.org/pypy/pypy/changeset/25627d9b6ee4/
Log: Oops.
diff --git a/lib-python/3.2/test/test_functools.py
b/lib-python/3.2/test/test_functools.py
--- a/lib-python/3.2/test/test_functools.py
+++ b/lib-python/3.2/test/test_functools.py
@@ -47,7 +47,7 @@
# attributes should not be writable
if not isinstance(self.thetype, type):
return
- if not test_support.check_impl_detail():
+ if not support.check_impl_detail():
return
self.assertRaises(AttributeError, setattr, p, 'func', map)
self.assertRaises(AttributeError, setattr, p, 'args', (1, 2))
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit