Remove old initializers

This commit is contained in:
Ziad Sawalha 2011-06-29 21:19:30 -05:00
parent 5970b7296f
commit db6ee1cdcc
1 changed files with 0 additions and 18 deletions

View File

@ -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
'''