From ecdd3c67317a30bd61e58d51cdb53023dcca48d3 Mon Sep 17 00:00:00 2001 From: kthoden Date: Mon, 27 Jan 2020 16:15:19 +0100 Subject: [PATCH] Removing commented code --- .../management/commands/publicationimport.py | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/eoapublications/management/commands/publicationimport.py b/eoapublications/management/commands/publicationimport.py index 8a0526a..87845d6 100644 --- a/eoapublications/management/commands/publicationimport.py +++ b/eoapublications/management/commands/publicationimport.py @@ -109,22 +109,6 @@ def process_indexsection(self, xmlIndexsection, intObjectOrder, intIndexEntry, p Newindexsection.Order = intObjectOrder intObjectOrder += 1 if olddesign: - - """ -
-
1
-
1 2
-
1 2
-""" - - strResult = "
" for xmlIndexEntry in xmlIndexsection.iterchildren(): strIndexHtml = """
@@ -172,9 +156,6 @@ def process_indexsection(self, xmlIndexsection, intObjectOrder, intIndexEntry, p strResult += strIndexHtml strResult = strResult + "
" else: - """ -

Zemke, Eric

Zeno, Apostolo

Zhao, Tao

Zumali, Fabrizio

-""" strResult = "" for xmlIndexEntry in xmlIndexsection.iterchildren(): strIndexHtml = """

"""