Skip to content

Commit

Permalink
fix missed change in import location
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin J. Mitchell committed Feb 21, 2010
1 parent f68d520 commit a5a14f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildbot/master.py
Expand Up @@ -29,7 +29,7 @@
from buildbot.process.builder import BuilderControl
from buildbot.db import open_db, DBSpec
from buildbot.schedulers.manager import SchedulerManager
from buildbot.loop import DelegateLoop
from buildbot.util.loop import DelegateLoop

########################################

Expand Down

0 comments on commit a5a14f5

Please sign in to comment.