removing the dunder. that was a bad move.
This commit is contained in:
parent
109e8cb147
commit
52ebcfae8c
@ -84,7 +84,7 @@ def ast_str(foobar):
|
|||||||
|
|
||||||
enc = codecs.getencoder('punycode')
|
enc = codecs.getencoder('punycode')
|
||||||
foobar, _ = enc(foobar)
|
foobar, _ = enc(foobar)
|
||||||
return "__hy_%s" % (str(foobar).replace("-", "_"))
|
return "hy_%s" % (str(foobar).replace("-", "_"))
|
||||||
|
|
||||||
|
|
||||||
def builds(_type):
|
def builds(_type):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user