Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/buildbot/buildbot/status/html.py
blob: cc36a4aeb6dc8088b6f10c57d242343bacfa2101 (plain)
1
2
3
4
5
6

# compatibility wrapper. This is currently the preferred place for master.cfg
# to import from.

from buildbot.status.web.baseweb import Waterfall, WebStatus
_hush_pyflakes = [Waterfall, WebStatus]