removed temporal fix in 171

--HG--
extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40173
This commit is contained in:
olveyra 2008-08-19 13:42:32 +00:00
parent 0f49c7c0d4
commit 17dec39c29
1 changed files with 0 additions and 3 deletions

View File

@ -32,9 +32,6 @@ class ExtractAdaptor(ExtendedAdaptor):
def function(self, item, location, **pipeargs):
return self.do(self.extract, location, **pipeargs)
def _extract(self, location, **kwargs):
return self.extract(location, **kwargs)
def extract(self, location, **kwargs):
"""Extract a list of strings from the location passed.