Author: Philip Jenvey <pjen...@underboss.org>
Branch: py3k
Changeset: r71349:d29bf2c80763
Date: 2014-05-06 15:23 -0700
http://bitbucket.org/pypy/pypy/changeset/d29bf2c80763/

Log:    fix ztranslations

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 = u"foobar"
+    name = "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