Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/buildbot/buildbot/status/html.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildbot/buildbot/status/html.py')
-rw-r--r--buildbot/buildbot/status/html.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/buildbot/buildbot/status/html.py b/buildbot/buildbot/status/html.py
new file mode 100644
index 0000000..cc36a4a
--- /dev/null
+++ b/buildbot/buildbot/status/html.py
@@ -0,0 +1,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]