From e1ce35f27e9bf6046fea348acbaeb5d5960de165 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 12 Apr 2012 20:59:32 +0100 Subject: Remove unused method "lines" --- cmdtest | 3 --- 1 file changed, 3 deletions(-) (limited to 'cmdtest') diff --git a/cmdtest b/cmdtest index 02cffcf..f7274ff 100755 --- a/cmdtest +++ b/cmdtest @@ -205,9 +205,6 @@ class CommandTester(cliapp.Application): return errors - def lines(self, filename): - return cmdtestlib.cat(filename).splitlines() - def expand(self, strings): variables = { 'datadir': self.datadir, -- cgit v1.2.1