Kaydet (Commit) 97a626d8 authored tarafından Alex Gaynor's avatar Alex Gaynor

Fixed this syntax error on py32

üst 2530735d
......@@ -980,6 +980,6 @@ class UnicodeArrayTestCase(TestCase):
self.assertEqual(a[0], b[0])
def test_select_unicode_array(self):
a = [u"ᄲawef"]
a = ["ᄲawef"]
b = self.select(a)
self.assertEqual(a[0], b[0])
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