diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-04-11 12:24:27 +0200 |
---|---|---|
committer | Stefano <l.stickell@yahoo.it> | 2014-04-11 12:24:27 +0200 |
commit | 5fed2b0180b95eed9ee82f82dff1a5bf8c66c2f5 (patch) | |
tree | cd3f31f108d529dcacc30caf2712fa395297cb08 /module/plugins/internal/AbstractExtractor.py | |
parent | Remove shebang #!/usr/bin/env python (diff) | |
download | pyload-5fed2b0180b95eed9ee82f82dff1a5bf8c66c2f5.tar.xz |
Fix header # -*- coding: utf-8 -*-
Merges vuolter/pyload@aa7b3f9
Diffstat (limited to 'module/plugins/internal/AbstractExtractor.py')
-rw-r--r-- | module/plugins/internal/AbstractExtractor.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/module/plugins/internal/AbstractExtractor.py b/module/plugins/internal/AbstractExtractor.py index cfc157601..c882ff2b8 100644 --- a/module/plugins/internal/AbstractExtractor.py +++ b/module/plugins/internal/AbstractExtractor.py @@ -1,7 +1,5 @@ - # -*- coding: utf-8 -*- - class ArchiveError(Exception): pass |