parent
104b9d1636
commit
262da59c77
@ -34,3 +34,7 @@ class HyString(HyObject, _str_type):
|
||||
scripts. It's either a ``str`` or a ``unicode``, depending on the
|
||||
Python version.
|
||||
"""
|
||||
|
||||
def __new__(cls, value):
|
||||
obj = _str_type.__new__(cls, value)
|
||||
return obj
|
||||
|
Loading…
Reference in New Issue
Block a user