changeset 124:f2f4bf7edbbc

need to import in this version
author Jeff Hammel <jhammel@mozilla.com>
date Sat, 22 Jan 2011 18:31:25 -0800
parents 4dfb966818b6
children 3b3c83f803b3
files autobot/changes/poller.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/autobot/changes/poller.py	Sat Jan 22 18:30:37 2011 -0800
+++ b/autobot/changes/poller.py	Sat Jan 22 18:31:25 2011 -0800
@@ -20,7 +20,7 @@
 from twisted.internet import defer, utils
 
 #from buildbot.util import deferredLocked
-from buildbot.changes import base
+from buildbot.changes import base, changes
 
 class Poller(base.PollingChangeSource):
     """