Merge branch 'master' into pr/149

This commit is contained in:
Paul Tagliamonte 2013-04-21 20:59:50 -04:00
commit 6cb17a2f14

View File

@ -126,7 +126,6 @@ class Mangle(object):
"""
while True:
self.root = tree
self.scopes = []
self.stack = []
self.push_scope(tree)