From 4b32578817efa86e67d31f870c33b645c74934d3 Mon Sep 17 00:00:00 2001 From: James Bunton Date: Sun, 24 May 2015 15:41:06 +1000 Subject: [PATCH] Disable Plus7 --- common.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.39.2