Package buildbot :: Package status :: Module html
[frames] | no frames]

Source Code for Module buildbot.status.html

1   
2  # compatibility wrapper. This is currently the preferred place for master.cfg 
3  # to import from. 
4   
5  from buildbot.status.web.baseweb import Waterfall, WebStatus 
6  _hush_pyflakes = [Waterfall, WebStatus] 
7