Commit ff1a493a authored by Stefan Behnel's avatar Stefan Behnel

Py3 test fix

parent a42fcbf3
......@@ -15,4 +15,4 @@ class A:
def g(self):
self.a = 3
del self.a
return (hasattr(self, "a"), hasattr(self, "g"))
return (hasattr(self, u"a"), hasattr(self, u"g"))
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment