diff options
| author | 2008-09-20 10:52:41 +0200 | |
|---|---|---|
| committer | 2008-09-20 18:10:30 +0200 | |
| commit | a4cc92989da6619456a69f8d176e0986c4935496 (patch) | |
| tree | 5dfbee6a2297f83bf43443e73f10f3523ab55a96 /minidinstall/SignedFile.py | |
| parent | 5bbaa283c704fb3a1d83c281031d6131cfc58a91 (diff) | |
expand tabs and remove tailing whitespaces
Diffstat (limited to 'minidinstall/SignedFile.py')
| -rwxr-xr-x | minidinstall/SignedFile.py | 4 |
1 files changed, 2 insertions, 2 deletions
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: |
