commit | 54540ec917a47c39328e87b1f4ddf83adeca2f5c | [log] [tgz] |
---|---|---|
author | Florent Xicluna <florent.xicluna@gmail.com> | Fri Nov 04 08:29:17 2011 +0100 |
committer | Florent Xicluna <florent.xicluna@gmail.com> | Fri Nov 04 08:29:17 2011 +0100 |
tree | d4cef1dbff88af3933fd0cb4572d272e77a9b9e7 | |
parent | c53ae589548e37c4bd86f03294a27667978a51f8 [diff] [blame] |
Remove redundant imports.
diff --git a/Lib/shutil.py b/Lib/shutil.py index d6b8565..468ffcb 100644 --- a/Lib/shutil.py +++ b/Lib/shutil.py
@@ -15,6 +15,7 @@ try: import bz2 + del bz2 _BZ2_SUPPORTED = True except ImportError: _BZ2_SUPPORTED = False