From db6ee1cdcc31c8c1c2899d100cb0d1a9baf0e71e Mon Sep 17 00:00:00 2001 From: Ziad Sawalha Date: Wed, 29 Jun 2011 21:19:30 -0500 Subject: Remove old initializers --- keystone/__init__.py | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/keystone/__init__.py b/keystone/__init__.py index 643310e5..d40bc04f 100644 --- a/keystone/__init__.py +++ b/keystone/__init__.py @@ -27,21 +27,3 @@ gettext.install('keystone') def version(): return __version__ -''' -TODO(Ziad): Commenting out so we don't load this always - remove eventually -#TOKEN AUTH -from auth_protocols.auth_token \ - import filter_factory as tokenauth_factory - -#BASIC AUTH -from auth_protocols.auth_basic \ - import filter_factory as basicauth_factory - -#OPENID AUTH -from auth_protocols.auth_openid \ - import filter_factory as openidauth_factory - -#Remote Auth handler -from middleware.remoteauth \ - import filter_factory as remoteauth_factory -''' -- cgit