Author: Alex Gaynor <[email protected]>
Branch: 
Changeset: r51466:f254dc780358
Date: 2012-01-18 16:43 -0600
http://bitbucket.org/pypy/pypy/changeset/f254dc780358/

Log:    merged default

diff --git a/pypy/module/_codecs/test/test_ztranslation.py 
b/pypy/module/_codecs/test/test_ztranslation.py
new file mode 100644
--- /dev/null
+++ b/pypy/module/_codecs/test/test_ztranslation.py
@@ -0,0 +1,5 @@
+from pypy.objspace.fake.checkmodule import checkmodule
+
+
+def test__codecs_translates():
+    checkmodule('_codecs')
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to