From a4cc92989da6619456a69f8d176e0986c4935496 Mon Sep 17 00:00:00 2001 From: Christoph Goehre Date: Sat, 20 Sep 2008 10:52:41 +0200 Subject: expand tabs and remove tailing whitespaces --- minidinstall/SignedFile.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'minidinstall/SignedFile.py') diff --git a/minidinstall/SignedFile.py b/minidinstall/SignedFile.py index 648186e..71181c3 100755 --- a/minidinstall/SignedFile.py +++ b/minidinstall/SignedFile.py @@ -63,7 +63,7 @@ class SignedFile: self._signature = string.join return '' return line - + def readlines(self): ret = [] while 1: @@ -85,7 +85,7 @@ class SignedFile: def getSignatureVersion(self): return self._signatureversion - + if __name__=="__main__": import sys if len(sys.argv) == 0: -- cgit v1.2.3