Author: Philip Jenvey <pjen...@underboss.org>
Branch: py3k
Changeset: r71170:b9354e0d0dcd
Date: 2014-05-01 17:52 -0700
http://bitbucket.org/pypy/pypy/changeset/b9354e0d0dcd/

Log:    fix ztranslation

diff --git a/pypy/objspace/fake/objspace.py b/pypy/objspace/fake/objspace.py
--- a/pypy/objspace/fake/objspace.py
+++ b/pypy/objspace/fake/objspace.py
@@ -65,7 +65,7 @@
         pass
 
 class W_MyType(W_MyObject):
-    name = "foobar"
+    name = u"foobar"
 
     def __init__(self):
         self.mro_w = [w_some_obj(), w_some_obj()]
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to