Print is for loosers.

This commit is contained in:
Paul R. Tagliamonte 2013-04-04 21:50:01 -04:00
parent 4e2e18576a
commit 7c9fa3758c

View File

@ -34,7 +34,6 @@ def process(tree):
tree = mprocess(tree)
for m in hy.mangle.MANGLES:
m().mangle(tree)
print tree
return tree