# HG changeset patch # User Jeff Hammel # Date 1295747196 28800 # Node ID 9c12340ec6148ac81408a243021feb2223ffefe6 # Parent 36de30ff3008a8f498d4c5d2624195ab92276260 forgot a _ diff -r 36de30ff3008 -r 9c12340ec614 autobot/changes/poller.py --- a/autobot/changes/poller.py Sat Jan 22 17:45:41 2011 -0800 +++ b/autobot/changes/poller.py Sat Jan 22 17:46:36 2011 -0800 @@ -214,7 +214,7 @@ ], consumeErrors=True) # add the change, apparently - dl.addCallback(self.add_change, rev) + dl.addCallback(self._add_change, rev) def _add_change(self, change): log.msg("_add_change results")