[pypy-svn] r76584 - pypy/trunk/pypy/module/_codecs/test

hakanardo at codespeak.net hakanardo at codespeak.net
Wed Aug 11 14:09:49 CEST 2010


Author: hakanardo
Date: Wed Aug 11 14:09:47 2010
New Revision: 76584

Modified:
   pypy/trunk/pypy/module/_codecs/test/test_codecs.py
Log:
typo

Modified: pypy/trunk/pypy/module/_codecs/test/test_codecs.py
==============================================================================
--- pypy/trunk/pypy/module/_codecs/test/test_codecs.py	(original)
+++ pypy/trunk/pypy/module/_codecs/test/test_codecs.py	Wed Aug 11 14:09:47 2010
@@ -4,7 +4,7 @@
 
 class AppTestCodecs:
     def setup_class(cls):
-        space = gettestobjspace(usemodules=('unicodedata'))
+        space = gettestobjspace(usemodules=('unicodedata',))
         cls.space = space
 
     def test_register_noncallable(self):



More information about the Pypy-commit mailing list