Remove dead code.

This commit is contained in:
Tommi Virtanen 2011-06-10 09:59:52 -07:00
parent 35e2b3dec5
commit 138a83c911

View file

@ -1,8 +1,5 @@
from boto.auth_handler import AuthHandler
class AnonymousAuthHandler(AuthHandler):
def __init__(self, host, config, provider):
AuthHandler.__init__(self, host, config, provider)
def add_auth(self, http_request, **kwargs):
return # Nothing to do for anonymous access!