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, 0 insertions, 6 deletions
diff --git a/buildbot/buildbot/status/html.py b/buildbot/buildbot/status/html.py
deleted file mode 100644
index cc36a4a..0000000
--- a/buildbot/buildbot/status/html.py
+++ /dev/null
@@ -1,6 +0,0 @@
-
-# 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]