summaryrefslogtreecommitdiff
path: root/cmdtest
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-04-12 20:59:32 +0100
committerLars Wirzenius <liw@liw.fi>2012-04-12 20:59:32 +0100
commite1ce35f27e9bf6046fea348acbaeb5d5960de165 (patch)
treec952e828e1cade4e591fe5c37037c32de87dad23 /cmdtest
parent59468a2002aa26808a83fd2fb2db0e4e2c83575f (diff)
downloadcmdtest-e1ce35f27e9bf6046fea348acbaeb5d5960de165.tar.gz
Remove unused method "lines"
Diffstat (limited to 'cmdtest')
-rwxr-xr-xcmdtest3
1 files changed, 0 insertions, 3 deletions
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,