Show More
@@ -197,7 +197,6 b' class Connect(object):' | |||||
197 | """ |
|
197 | """ | |
198 | updating = False |
|
198 | updating = False | |
199 | def __init__(self, *args): |
|
199 | def __init__(self, *args): | |
200 |
|
||||
201 | self.objects = args |
|
200 | self.objects = args | |
202 | for obj,attr in args: |
|
201 | for obj,attr in args: | |
203 | obj.on_trait_change(self._update, attr) |
|
202 | obj.on_trait_change(self._update, attr) |
General Comments 0
You need to be logged in to leave comments.
Login now