aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/tipue-search/tipue_search.py
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/tipue-search/tipue_search.py')
-rw-r--r--plugins/tipue-search/tipue_search.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/tipue-search/tipue_search.py b/plugins/tipue-search/tipue_search.py
index c5ad06d..2880850 100644
--- a/plugins/tipue-search/tipue_search.py
+++ b/plugins/tipue-search/tipue_search.py
@@ -35,7 +35,6 @@ class Tipue_Search_JSON_Generator(object):
self.output_path = output_path
self.json_nodes = []
-
def create_json_node(self, page):
if getattr(page, 'status', 'published') != 'published':
@@ -61,7 +60,6 @@ class Tipue_Search_JSON_Generator(object):
self.json_nodes.append(node)
-
def create_tpage_node(self, srclink):
srcfile = open(os.path.join(self.output_path, self.tpages[srclink]), encoding='utf-8')
@@ -80,7 +78,6 @@ class Tipue_Search_JSON_Generator(object):
self.json_nodes.append(node)
-
def generate_output(self, writer):
path = os.path.join(self.output_path, 'tipuesearch_content.json')