(refs #312) only set LC_MESSAGES for source steps
[buildbot.git] / buildbot / status / html.py
blobcc36a4aeb6dc8088b6f10c57d242343bacfa2101
2 # compatibility wrapper. This is currently the preferred place for master.cfg
3 # to import from.
5 from buildbot.status.web.baseweb import Waterfall, WebStatus
6 _hush_pyflakes = [Waterfall, WebStatus]