namespaceing to __hy in case anyone tries this 4real
This commit is contained in:
parent
03dfbde1b8
commit
c657def253
@ -52,7 +52,7 @@ def ast_str(foobar):
|
|||||||
|
|
||||||
enc = codecs.getencoder('punycode')
|
enc = codecs.getencoder('punycode')
|
||||||
foobar, _ = enc(foobar)
|
foobar, _ = enc(foobar)
|
||||||
return str(foobar).replace("-", "_")
|
return "__hy_%s" % (str(foobar).replace("-", "_"))
|
||||||
|
|
||||||
|
|
||||||
def builds(_type):
|
def builds(_type):
|
||||||
|
Loading…
Reference in New Issue
Block a user