summaryrefslogtreecommitdiff
path: root/src/contact.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/contact.py')
-rw-r--r--src/contact.py1
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):