From 138a83c91125274f0ba137a809c5e8b6f0fe4782 Mon Sep 17 00:00:00 2001 From: Tommi Virtanen Date: Fri, 10 Jun 2011 09:59:52 -0700 Subject: [PATCH] Remove dead code. --- AnonymousAuth.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/AnonymousAuth.py b/AnonymousAuth.py index fef76cb..12518d4 100644 --- a/AnonymousAuth.py +++ b/AnonymousAuth.py @@ -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!