Browse code

remove useless import of S3.Exceptions

Noted in bug #227

Matt Domsch authored on 2014/02/07 04:41:20
Showing 1 changed files
... ...
@@ -25,7 +25,6 @@ import htmlentitydefs
25 25
 import socket
26 26
 import shutil
27 27
 import tempfile
28
-import S3.Exceptions
29 28
 
30 29
 from copy import copy
31 30
 from optparse import OptionParser, Option, OptionValueError, IndentedHelpFormatter