There is a translation error for the following code: ``` # -*- coding: utf-8 -*- pythonjs.configure(javascript=True) class C: pass C.value = u"é" ```