# HG changeset patch # User Paul Boddie # Date 1477227244 -7200 # Node ID 1532a76a0d998c2acf0fa1068c4b77dc9f5f46b9 # Parent 787e8e846730a0a668f8fab0def651617944e01e Removed redundant attribute. diff -r 787e8e846730 -r 1532a76a0d99 translator.py --- a/translator.py Sun Oct 23 00:38:30 2016 +0200 +++ b/translator.py Sun Oct 23 14:54:04 2016 +0200 @@ -145,7 +145,6 @@ def __init__(self, value): self.value = value - self.only_function_attrs = False def __str__(self): return self.value