From: James Bunton Date: Sun, 24 May 2015 05:41:06 +0000 (+1000) Subject: Disable Plus7 X-Git-Url: https://code.delx.au/webdl/commitdiff_plain/4b32578817efa86e67d31f870c33b645c74934d3?hp=099f61d6af8a0cb792c5030064f780903d507597 Disable Plus7 --- diff --git a/common.py b/common.py index 1e84dc2..bfc49fc 100644 --- a/common.py +++ b/common.py @@ -57,8 +57,8 @@ def load_root_node(): import sbs sbs.fill_nodes(root_node) - import plus7 - plus7.fill_nodes(root_node) +### import plus7 +### plus7.fill_nodes(root_node) import brightcove brightcove.fill_nodes(root_node)