Skip to content

Commit

Permalink
- Add reflect to the imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewongbb committed Apr 22, 2013
1 parent 72b8890 commit 601e6db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion master/buildbot/schedulers/basic.py
Expand Up @@ -14,7 +14,7 @@
# Copyright Buildbot Team Members

from twisted.internet import defer, reactor
from twisted.python import log
from twisted.python import log, reflect
from buildbot import util, config
from buildbot.util import NotABranch
from collections import defaultdict
Expand Down
2 changes: 1 addition & 1 deletion master/buildbot/schedulers/dependent.py
Expand Up @@ -14,7 +14,7 @@
# Copyright Buildbot Team Members

from twisted.internet import defer
from twisted.python import log
from twisted.python import log, reflect
from buildbot import util, interfaces, config
from buildbot.status.results import SUCCESS, WARNINGS
from buildbot.schedulers import base
Expand Down
2 changes: 1 addition & 1 deletion master/buildbot/schedulers/timed.py
Expand Up @@ -20,7 +20,7 @@
from buildbot.process import buildstep, properties
from buildbot.schedulers import base
from twisted.internet import defer, reactor
from twisted.python import log
from twisted.python import log, reflect
from buildbot import config
from buildbot.changes import filter
# Import croniter if available.
Expand Down

0 comments on commit 601e6db

Please sign in to comment.