diff options
| author | jvoisin | 2015-11-02 18:18:22 +0100 |
|---|---|---|
| committer | jvoisin | 2015-11-02 18:18:22 +0100 |
| commit | f5a39ac0b6ddc9154b1b1b55d255074d6dd4eecd (patch) | |
| tree | 9f0587d7f911fd911459f7292839462431904928 /libmat/misc.py | |
| parent | 5b9c600ae96e63f1f7a7f9487512c3c9d8a356e7 (diff) | |
Some minors pep8 modifications
Diffstat (limited to 'libmat/misc.py')
| -rw-r--r-- | libmat/misc.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libmat/misc.py b/libmat/misc.py index b1a551c..a55b8ed 100644 --- a/libmat/misc.py +++ b/libmat/misc.py | |||
| @@ -64,7 +64,6 @@ class TorrentStripper(parser.GenericParser): | |||
| 64 | def remove_all(self): | 64 | def remove_all(self): |
| 65 | """ Remove all comprimizing fields | 65 | """ Remove all comprimizing fields |
| 66 | """ | 66 | """ |
| 67 | decoded = '' | ||
| 68 | with open(self.filename, 'r') as f: | 67 | with open(self.filename, 'r') as f: |
| 69 | decoded = bencode.bdecode(f.read()) | 68 | decoded = bencode.bdecode(f.read()) |
| 70 | 69 | ||
