Removed an obsolete (and broken) method from PipCaller

This commit is contained in:
Gina Häußge 2017-03-10 11:16:17 +01:00
parent a49772fcf3
commit b38884db63

View file

@ -370,10 +370,6 @@ class PipCaller(CommandlineCaller):
def _preprocess_lines(self, *lines):
return map(self._preprocess, lines)
@staticmethod
def _convert_lines(lines):
return map(PipCaller._convert_line, lines)
@staticmethod
def _preprocess(text):
"""