diff options
Diffstat (limited to 'Lib/multifile.py')
-rw-r--r-- | Lib/multifile.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/multifile.py b/Lib/multifile.py index c3c468a..74c35f0 100644 --- a/Lib/multifile.py +++ b/Lib/multifile.py @@ -27,8 +27,6 @@ current file part. This may be useful when using MultiFile with a non- seekable stream object. """ -import sys - __all__ = ["MultiFile","Error"] class Error(Exception): |