Author: Antonio Cuni <[email protected]>
Branch: py3k
Changeset: r52941:96b007a12d00
Date: 2012-02-27 16:50 +0100
http://bitbucket.org/pypy/pypy/changeset/96b007a12d00/

Log:    fix typo

diff --git a/pypy/module/imp/test/test_app.py b/pypy/module/imp/test/test_app.py
--- a/pypy/module/imp/test/test_app.py
+++ b/pypy/module/imp/test/test_app.py
@@ -63,7 +63,7 @@
         assert not 
self.imp.is_frozen('hello.world.this.is.never.a.frozen.module.name')
 
 
-    def test_load_module_pyx(self):
+    def test_load_module_py(self):
         fn = self._py_file()
         descr = ('.py', 'U', self.imp.PY_SOURCE)
         f = open(fn, 'U')
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to