diff options
Diffstat (limited to 'src/contact.py')
-rw-r--r-- | src/contact.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/contact.py b/src/contact.py index 4c570a54..27a0c701 100644 --- a/src/contact.py +++ b/src/contact.py @@ -66,6 +66,7 @@ class Contact(object): self.__item = item self.folded_states = defaultdict(lambda: True) self.error = None + self.tune = {} @property def groups(self): |