[jsinterp] Fixing missed unicode support (yet again)
This commit is contained in:
parent
b856d55847
commit
70ac98a924
@ -1,3 +1,5 @@
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from .base import (
|
||||
JSProtoBase, native_bool, native_string, native_number, native_object, native_function, JSBase, native_array
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user