Commit 32dddb35 authored by Mario Jorge Amaral's avatar Mario Jorge Amaral

Delete duplicate methods.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk/utils@43711 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c097bf20
......@@ -157,14 +157,6 @@ class OOGranulator(object):
matrix.append(matrix_row)
return matrix
def getColumnItemList(self, file, table_id):
"""Return the list of columns in the form of (id, title)."""
raise NotImplementedError
def getLineItemList(self, file, table_id):
"""Returns the lines of a given table as (key, value) pairs."""
raise NotImplementedError
def getImageItemList(self):
"""Return a list of tuples with the id and title of image files"""
xml_image_list = self.document.parsed_content.xpath(DRAW_XPATH_QUERY,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment