diff options
| author | Ziad Sawalha <github@highbridgellc.com> | 2011-06-29 21:19:30 -0500 |
|---|---|---|
| committer | Ziad Sawalha <github@highbridgellc.com> | 2011-06-29 21:19:30 -0500 |
| commit | db6ee1cdcc31c8c1c2899d100cb0d1a9baf0e71e (patch) | |
| tree | 82ee24bd8df91e6138779bb4ffb4a913ab0bcf6d | |
| parent | 5970b7296f74efa0231688fac46964e1d19812a9 (diff) | |
Remove old initializers
| -rw-r--r-- | keystone/__init__.py | 18 |
1 files changed, 0 insertions, 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 -''' |
